Searched refs:subdir (Results 1 – 3 of 3) 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/runtime/base/ |
D | file_utils.h | 49 std::string GetDalvikCache(const char* subdir); 54 void GetDalvikCache(const char* subdir, bool create_if_absent, std::string* dalvik_cache,
|
D | file_utils.cc | 233 void GetDalvikCache(const char* subdir, const bool create_if_absent, std::string* dalvik_cache, in GetDalvikCache() argument 235 CHECK(subdir != nullptr); in GetDalvikCache() 247 *dalvik_cache = dalvik_cache_root + subdir; in GetDalvikCache() 257 std::string GetDalvikCache(const char* subdir) { in GetDalvikCache() argument 258 CHECK(subdir != nullptr); in GetDalvikCache() 261 const std::string dalvik_cache = dalvik_cache_root + subdir; in GetDalvikCache()
|