Home
last modified time | relevance | path

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

/system/tools/aidl/
Dparser.cpp57 auto clean_path = android::aidl::IoDelegate::CleanPath(filename); in Parse() local
60 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()