Home
last modified time | relevance | path

Searched refs:subdir (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dfile_utils.cc295 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 …]
Dfile_utils.h70 std::string GetDalvikCache(const char* subdir);
76 void GetDalvikCache(const char* subdir, bool create_if_absent, std::string* dalvik_cache,
/art/build/
DAndroid.cpplint.mk32 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))