Searched refs:tbdPath (Results 1 – 1 of 1) sorted by relevance
196 SmallString<261> tbdPath = dylibPath; in resolveDylibPath() local197 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()198 bool tbdExists = fs::exists(tbdPath); in resolveDylibPath()199 searchedDylib(tbdPath, tbdExists); in resolveDylibPath()201 return saver().save(tbdPath.str()); in resolveDylibPath()