Searched refs:possiblePath (Results 1 – 1 of 1) sorted by relevance
52 fs::path pathName, possiblePath; in find() local60 possiblePath = configFileDir / fileName; in find()61 if (fs::is_regular_file(possiblePath)) in find()63 pathName = possiblePath; in find()73 possiblePath = configFileDir / fileName; in find()74 if (fs::is_regular_file(possiblePath)) in find()76 pathName = possiblePath; in find()