Searched refs:DWOPath (Results 1 – 1 of 1) sorted by relevance
94 SmallString<16> DWOPath(DWOName); in getDWOFilenames() local95 sys::fs::make_absolute(DWOCompDir, DWOPath); in getDWOFilenames()96 if (!sys::fs::exists(DWOPath) && sys::fs::exists(DWOName)) in getDWOFilenames()99 DWOPaths.emplace_back(DWOPath.data(), DWOPath.size()); in getDWOFilenames()