Searched refs:relative_path (Results 1 – 3 of 3) sorted by relevance
52 string relative_path = canonical_name; in FindImportFile() local53 for (char& c : relative_path) { in FindImportFile()58 relative_path += ".aidl"; in FindImportFile()63 path = path + relative_path; in FindImportFile()72 relative_path.insert(0, 1, OS_PATH_SEPARATOR); in FindImportFile()74 if (android::base::EndsWith(input_file, relative_path)) { in FindImportFile()
236 string GetBuildArtifactsPath(const string& relative_path) { in GetBuildArtifactsPath() argument237 return GetBuildArtifactsPath().Append(relative_path).value(); in GetBuildArtifactsPath()
177 std::string GetBuildArtifactsPath(const std::string& relative_path);