Searched refs:importFile (Results 1 – 1 of 1) sorted by relevance
249 SmallString<128> importFile = path; in addFile() local250 path::replace_extension(importFile, ".imports"); in addFile()251 if (fs::exists(importFile)) in addFile()252 readImportFile(importFile.str()); in addFile()