Searched refs:IsFileExisting (Results 1 – 4 of 4) sorted by relevance
75 bool RingtonePlayerImpl::IsFileExisting(const std::string &fileUri) in IsFileExisting() function in OHOS::Media::RingtonePlayerImpl93 if (IsFileExisting(hapticUri)) { in GetNewHapticUriForAudioUri()121 if (hapticUri == "" || !IsFileExisting(hapticUri)) { in GetHapticUriForAudioUri()
56 bool IsFileExisting(const std::string &fileUri);
62 static bool IsFileExisting(const std::string &fileUri) in IsFileExisting() function80 isSupported = !hapticUri.empty() && IsFileExisting(hapticUri); in FindHapticUriByAudioUri()239 if (IsFileExisting(hapticUri)) { in GetNewHapticUriForAudioUri()
277 static bool IsFileExisting(const string& filename) in IsFileExisting() function295 if (IsFileExisting(filename)) { in ReadFile2string()