Home
last modified time | relevance | path

Searched refs:IsSameFile (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_file_utils_test.cpp171 auto ret = RingtoneFileUtils::IsSameFile(srcPath, dstPath);
174 ret = RingtoneFileUtils::IsSameFile(srcPath, dstPath);
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.h49 bool IsSameFile(const char* fontName);
H A Dglyphs_file.cpp190 bool GlyphsFile::IsSameFile(const char* fontName) in IsSameFile() function in OHOS::GlyphsFile
260 if (!IsSameFile(fontName)) { in GetFontVersion()
H A Dglyphs_manager.cpp37 if (glyphsFiles_[i]->IsSameFile(fontName)) { in SetFile()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/include/
H A Dringtone_file_utils.h62 EXPORT static bool IsSameFile(const std::string &srcPath, const std::string &dstPath);
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore.cpp177 if (RingtoneFileUtils::IsSameFile(srcPath, info.restorePath)) { in OnPrepare()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp183 bool RingtoneFileUtils::IsSameFile(const string &srcPath, const string &dstPath) in IsSameFile() function in OHOS::Media::RingtoneFileUtils