Searched defs:canonicalFilePath (Results 1 – 2 of 2) sorted by relevance
188 auto canonicalFilePath = _fullpath(tmpPath, filePath.c_str(), sizeof(tmpPath)); in ReadBinaryFile() local190 auto canonicalFilePath = realpath(filePath.c_str(), tmpPath); in ReadBinaryFile() local
185 auto canonicalFilePath = _fullpath(tmpPath, filePath.c_str(), sizeof(tmpPath)); in ReadBinaryFile() local187 auto canonicalFilePath = realpath(filePath.c_str(), tmpPath); in ReadBinaryFile() local