Home
last modified time | relevance | path

Searched defs:canonicalFilePath (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DHyphenator.cpp188 auto canonicalFilePath = _fullpath(tmpPath, filePath.c_str(), sizeof(tmpPath)); in ReadBinaryFile() local
190 auto canonicalFilePath = realpath(filePath.c_str(), tmpPath); in ReadBinaryFile() local
/third_party/skia/m133/modules/skparagraph/src/
DHyphenator.cpp185 auto canonicalFilePath = _fullpath(tmpPath, filePath.c_str(), sizeof(tmpPath)); in ReadBinaryFile() local
187 auto canonicalFilePath = realpath(filePath.c_str(), tmpPath); in ReadBinaryFile() local