Searched refs:IsSameFile (Results 1 – 7 of 7) sorted by relevance
171 auto ret = RingtoneFileUtils::IsSameFile(srcPath, dstPath);174 ret = RingtoneFileUtils::IsSameFile(srcPath, dstPath);
49 bool IsSameFile(const char* fontName);
190 bool GlyphsFile::IsSameFile(const char* fontName) in IsSameFile() function in OHOS::GlyphsFile260 if (!IsSameFile(fontName)) { in GetFontVersion()
37 if (glyphsFiles_[i]->IsSameFile(fontName)) { in SetFile()
62 EXPORT static bool IsSameFile(const std::string &srcPath, const std::string &dstPath);
177 if (RingtoneFileUtils::IsSameFile(srcPath, info.restorePath)) { in OnPrepare()
183 bool RingtoneFileUtils::IsSameFile(const string &srcPath, const string &dstPath) in IsSameFile() function in OHOS::Media::RingtoneFileUtils