Home
last modified time | relevance | path

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

/art/runtime/base/
Dfile_utils.cc318 UniqueCPtr<const char[]> full_path(realpath(path, nullptr)); in LocationIsOnSystem() local
319 return full_path != nullptr && in LocationIsOnSystem()
320 android::base::StartsWith(full_path.get(), GetAndroidRoot().c_str()); in LocationIsOnSystem()
323 bool LocationIsOnSystemFramework(const char* full_path) { in LocationIsOnSystemFramework() argument
332 return android::base::StartsWith(full_path, framework_path); in LocationIsOnSystemFramework()
/art/compiler/debug/
Delf_debug_line_writer.h186 std::string full_path(file_name); in WriteCompilationUnit()
202 full_path = package_name + "/" + file_name; in WriteCompilationUnit()
206 auto it2 = files_map.find(full_path); in WriteCompilationUnit()
209 files_map.emplace(full_path, file_index); in WriteCompilationUnit()