Home
last modified time | relevance | path

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

/art/runtime/base/
Dfile_utils.cc331 std::string framework_path = root_path + "/framework/"; in LocationIsOnSystemFramework() local
332 return android::base::StartsWith(full_path, framework_path); in LocationIsOnSystemFramework()