Lines Matching refs:exists
133 if (fs::exists(s))
141 if (rerootPath(s) == s && fs::exists(s))
208 bool tbdExists = fs::exists(tbdPath);
213 bool dylibExists = fs::exists(dylibPath);
282 bool exists = fs::exists(location);
283 searchedDylib(location, exists);
284 if (exists)
308 if (fs::exists(stat))
324 if (active && fs::exists(path) && !fs::can_write(path)) {