Searched refs:subdir (Results 1 – 4 of 4) sorted by relevance
/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))
|
/art/libartbase/base/ |
D | file_utils.cc | 372 void GetDalvikCache(const char* subdir, const bool create_if_absent, std::string* dalvik_cache, in GetDalvikCache() argument 375 UNUSED(subdir); in GetDalvikCache() 383 CHECK(subdir != nullptr); in GetDalvikCache() 395 *dalvik_cache = dalvik_cache_root + '/' + subdir; in GetDalvikCache() 554 const char* subdir = nullptr) { in IsLocationOn() argument 571 if (subdir != nullptr) { in IsLocationOn() 575 DCHECK(!StartsWithSlash(subdir) && EndsWithSlash(subdir)) << subdir; in IsLocationOn() 576 path_prefix.append(subdir); in IsLocationOn()
|
D | file_utils.h | 84 void GetDalvikCache(const char* subdir, bool create_if_absent, std::string* dalvik_cache,
|
/art/test/utils/ |
D | regen-test-files | 534 for subdir in ["jasmin", 545 if os.path.isdir(os.path.join(run_test_path, subdir)):
|