Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc334 const char* module_path = GetAndroidDirSafe(env_var, in IsLocationOnModule() local
338 if (module_path == nullptr) { in IsLocationOnModule()
344 DCHECK(StartsWithSlash(module_path)) << module_path; in IsLocationOnModule()
345 std::string path_prefix(module_path); in IsLocationOnModule()