Searched refs:fileDirectory (Results 1 – 1 of 1) sorted by relevance
193 auto fileDirectory = filepath.substr(0, filepath.rfind('/')); in IsPathValid() local195 …if (realpath(fileDirectory.c_str(), resolvedPath) && !strncmp(resolvedPath, dir.c_str(), dir.lengt… in IsPathValid()