Searched refs:resolvedPath (Results 1 – 3 of 3) sorted by relevance
72 char resolvedPath[PATH_MAX] = {0}; in FilePathValid() local73 auto result = realpath(fileName.c_str(), resolvedPath); in FilePathValid()74 if (result == resolvedPath || errno == ENOENT) { in FilePathValid()75 return std::make_pair(true, std::string(resolvedPath)); in FilePathValid()
528 CVector<char> resolvedPath(PATH_MAX); in CheckFileName() local529 auto result = realpath(fileName.c_str(), resolvedPath.data()); in CheckFileName()534 std::ofstream file(resolvedPath.data()); in CheckFileName()539 absoluteFilePath = resolvedPath.data(); in CheckFileName()
2 …resolvedPath=c.path,c.originalFileName=c.fileName,Q(c,n,e.getNormalizedAbsolutePath(e.getDirectory…