Searched refs:full_path (Results 1 – 2 of 2) sorted by relevance
318 UniqueCPtr<const char[]> full_path(realpath(path, nullptr)); in LocationIsOnSystem() local319 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() argument332 return android::base::StartsWith(full_path, framework_path); in LocationIsOnSystemFramework()
186 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()