Searched refs:subdir (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | file_utils.cc | 296 void GetDalvikCache(const char* subdir, const bool create_if_absent, std::string* dalvik_cache, in GetDalvikCache() argument 299 UNUSED(subdir); in GetDalvikCache() 307 CHECK(subdir != nullptr); in GetDalvikCache() 319 *dalvik_cache = dalvik_cache_root + '/' + subdir; in GetDalvikCache() 330 std::string GetDalvikCache(const char* subdir) { in GetDalvikCache() argument 331 CHECK(subdir != nullptr); in GetDalvikCache() 334 const std::string dalvik_cache = dalvik_cache_root + '/' + subdir; in GetDalvikCache() 419 const char* subdir = nullptr) { in IsLocationOnModule() argument 436 if (subdir != nullptr) { in IsLocationOnModule() 440 DCHECK(!StartsWithSlash(subdir) && EndsWithSlash(subdir)) << subdir; in IsLocationOnModule() [all …]
|
D | file_utils.h | 74 std::string GetDalvikCache(const char* subdir); 80 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))
|