Searched refs:module_path (Results 1 – 1 of 1) sorted by relevance
391 std::string module_path = GetArtRootSafe(/* must_exist= */ kIsTargetBuild, &unused_error_msg); in LocationIsOnArtModule() local392 if (module_path.empty()) { in LocationIsOnArtModule()395 return android::base::StartsWith(full_path, module_path); in LocationIsOnArtModule()420 const char* module_path = GetAndroidDirSafe(env_var, in IsLocationOnModule() local424 if (module_path == nullptr) { in IsLocationOnModule()430 DCHECK(StartsWithSlash(module_path)) << module_path; in IsLocationOnModule()431 std::string path_prefix(module_path); in IsLocationOnModule()