Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DHyphenator.cpp187 auto canonicalFilePath = _fullpath(tmpPath, filePath.c_str(), sizeof(tmpPath)); in ReadBinaryFile() local
189 auto canonicalFilePath = realpath(filePath.c_str(), tmpPath); in ReadBinaryFile() local