Searched refs:tbdPath (Results 1 – 1 of 1) sorted by relevance
210 SmallString<261> tbdPath = dylibPath; in resolveDylibPath() local211 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()212 bool tbdExists = fs::exists(tbdPath); in resolveDylibPath()213 searchedDylib(tbdPath, tbdExists); in resolveDylibPath()215 return saver().save(tbdPath.str()); in resolveDylibPath()