Searched defs:relative_path (Results 1 – 2 of 2) sorted by relevance
57 string relative_path = base::Join(parts, OS_PATH_SEPARATOR) + ".aidl"; in FindImportFile() local
260 string GetBuildArtifactsPath(const string& relative_path) { in GetBuildArtifactsPath()