Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc527 std::string module_path = GetArtRootSafe(/* must_exist= */ kIsTargetBuild, &unused_error_msg); in LocationIsOnArtModule() local
528 if (module_path.empty()) { in LocationIsOnArtModule()
531 return android::base::StartsWith(full_path, module_path); in LocationIsOnArtModule()