Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc296 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 …]
Dfile_utils.h74 std::string GetDalvikCache(const char* subdir);
80 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))