Lines Matching defs:exists
139 if (fs::exists(s))
147 if (rerootPath(s) == s && fs::exists(s))
214 bool tbdExists = fs::exists(tbdPath);
219 bool dylibExists = fs::exists(dylibPath);
308 bool exists = fs::exists(location);
309 searchedDylib(location, exists);
310 if (exists)
334 if (fs::exists(stat))
350 if (active && fs::exists(path) && !fs::can_write(path)) {