Searched refs:clean_path (Results 1 – 1 of 1) sorted by relevance
57 auto clean_path = android::aidl::IoDelegate::CleanPath(filename); in Parse() local60 if (doc->GetLocation().GetFile() == clean_path) { in Parse()65 unique_ptr<string> raw_buffer = io_delegate.GetFileContents(clean_path); in Parse()67 AIDL_ERROR(clean_path) << "Error while opening file for parsing"; in Parse()75 Parser parser(clean_path, *raw_buffer, is_preprocessed); in Parse()