Searched refs:tbdPath (Results 1 – 1 of 1) sorted by relevance
195 SmallString<261> tbdPath = dylibPath; in resolveDylibPath() local196 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()197 bool tbdExists = fs::exists(tbdPath); in resolveDylibPath()198 searchedDylib(tbdPath, tbdExists); in resolveDylibPath()200 return std::string(tbdPath); in resolveDylibPath()