Home
last modified time | relevance | path

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

/art/runtime/base/
Dfile_utils.cc325 std::string root_path = GetAndroidRootSafe(&error_msg); in LocationIsOnSystemFramework() local
326 if (root_path.empty()) { in LocationIsOnSystemFramework()
331 std::string framework_path = root_path + "/framework/"; in LocationIsOnSystemFramework()