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