Searched refs:subdir (Results 1 – 4 of 4) sorted by relevance
/art/build/ |
D | Android.cpplint.mk | 34 ART_CPPLINT_SRC := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir… 38 ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPPLINT.cfg))
|
/art/libartbase/base/ |
D | file_utils.cc | 585 void GetDalvikCache(const char* subdir, in GetDalvikCache() argument 592 UNUSED(subdir); in GetDalvikCache() 600 CHECK(subdir != nullptr); in GetDalvikCache() 612 *dalvik_cache = dalvik_cache_root + '/' + subdir; in GetDalvikCache() 798 const char* subdir = nullptr) { in IsLocationOn() argument 815 if (subdir != nullptr) { in IsLocationOn() 819 DCHECK(!StartsWithSlash(subdir) && EndsWithSlash(subdir)) << subdir; in IsLocationOn() 820 path_prefix.append(subdir); in IsLocationOn()
|
D | file_utils.h | 125 void GetDalvikCache(const char* subdir, bool create_if_absent, std::string* dalvik_cache,
|
/art/test/utils/ |
D | regen-test-files | 433 for subdir in ["jasmin", 443 if os.path.isdir(os.path.join(run_test_path, subdir)):
|