Searched refs:subdir (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | file_utils.cc | 295 void GetDalvikCache(const char* subdir, const bool create_if_absent, std::string* dalvik_cache, in GetDalvikCache() argument 298 UNUSED(subdir); in GetDalvikCache() 306 CHECK(subdir != nullptr); in GetDalvikCache() 318 *dalvik_cache = dalvik_cache_root + '/' + subdir; in GetDalvikCache() 329 std::string GetDalvikCache(const char* subdir) { in GetDalvikCache() argument 330 CHECK(subdir != nullptr); in GetDalvikCache() 333 const std::string dalvik_cache = dalvik_cache_root + '/' + subdir; in GetDalvikCache() 418 const char* subdir = nullptr) { in IsLocationOnModule() argument 435 if (subdir != nullptr) { in IsLocationOnModule() 439 DCHECK(!StartsWithSlash(subdir) && EndsWithSlash(subdir)) << subdir; in IsLocationOnModule() [all …]
|
D | file_utils.h | 70 std::string GetDalvikCache(const char* subdir); 76 void GetDalvikCache(const char* subdir, bool create_if_absent, std::string* dalvik_cache,
|
/art/build/ |
D | Android.cpplint.mk | 32 ART_CPPLINT_SRC := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir… 36 ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPPLINT.cfg))
|