Home
last modified time | relevance | path

Searched refs:ExtractFileName (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp150 ExtractFileName(dbPath_), in GetReportParam()
167 ExtractFileName(dbPath_).c_str()); in CloseDb()
229 ExtractFileName(dbPath_).c_str()); in TryRepairAndRebuild()
256 LOG_ERROR("rebuild db failed, errCode: %{public}d, file: %{public}s", innerErr, ExtractFileName(dbPath_).c_str()); in TryRepairAndRebuild()
324 LOG_INFO("CreateCollection called when Put, file: %{public}s", ExtractFileName(dbPath_).c_str()); in Put()
358 LOG_INFO("CreateCollection called when Delete, file: %{public}s", ExtractFileName(dbPath_).c_str()); in Delete()
394 LOG_INFO("CreateCollection called when Get, file: %{public}s", ExtractFileName(dbPath_).c_str()); in Get()
472 LOG_INFO("CreateCollection called when GetAll, file: %{public}s", ExtractFileName(dbPath_).c_str()); in GetAll()
H A Dpreferences_file_lock.cpp57 LOG_ERROR("Couldn't open file %{public}s errno %{public}d.", ExtractFileName(path).c_str(), errno); in PreferencesFileLock()
74 LOG_ERROR("attempt to lock file %{public}s failed. Please try again", ExtractFileName(path).c_str()); in PreferencesFileLock()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp70 ReportParam reportParam = { bundleName, NORMAL_DB, ExtractFileName(fileName), E_ERROR, errCode, operationMsg }; in ReportXmlFileIsBroken()
94 ExtractFileName(fileName).c_str(), errCode, errMessage.c_str()); in RenameFromBackupFile()
104 LOG_INFO("restore XML file %{public}s successfully.", ExtractFileName(fileName).c_str()); in RenameFromBackupFile()
142 ExtractFileName(fileName).c_str(), errCode, errMessage.c_str()); in XmlReadFile()
329 LOG_INFO("save xml file:%{public}s.", ExtractFileName(fileName).c_str()); in XmlSaveFormatFileEnc()
340 ExtractFileName(fileName).c_str(), errCode, errMessage.c_str()); in XmlSaveFormatFileEnc()
H A Dpreferences_helper.cpp48 LOG_ERROR("remove %{public}s failed.", ExtractFileName(filePath).c_str()); in RemoveEnhanceDb()
162 LOG_ERROR("The path is invalid, prefName is %{public}s.", ExtractFileName(realPath).c_str()); in GetPreferences()
204 LOG_INFO("Begin to Delete Preferences: %{public}s", ExtractFileName(path).c_str()); in DeletePreferences()
H A Dpreferences_impl.cpp166 LOG_WARN("The settingXml %{public}s load failed.", ExtractFileName(pref->options_.filePath).c_str()); in LoadFromDisk()
184 LOG_ERROR("The settingXml %{public}s load timeout.", ExtractFileName(options_.filePath).c_str()); in AwaitLoadFile()
H A Dpreferences_enhance_impl.cpp311 LOG_INFO("Clear called, file: %{public}s", ExtractFileName(options_.filePath).c_str()); in Clear()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.h48 std::string ExtractFileName(const std::string& fileFullName);
H A Ddirectory_ex.cpp57 std::string ExtractFileName(const std::string& fileFullName) in ExtractFileName() function
/foundation/multimedia/image_framework/mock/native/include/
H A Ddirectory_ex.h42 std::string ExtractFileName(const std::string& fileFullName);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstring_utils.h32 static std::string ExtractFileName(const std::string& fileFullName);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_directory_ex_test.cpp49 * @tc.desc: test ExtractFileName
56 string exfile = ExtractFileName(fileFullName); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dfile_packer_stream.cpp40 fileName = ExtractFileName(filePath); in FilePackerStream()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstring_utils.cpp68 std::string StringUtils::ExtractFileName(const std::string& fileFullName) in ExtractFileName() function in OHOS::NativeRdb::StringUtils
H A Drdb_store_config.cpp34 name_ = StringUtils::ExtractFileName(name); in RdbStoreConfig()
H A Drdb_security_manager.cpp652 const std::string dbName = RemoveSuffix(StringUtils::ExtractFileName(dbPath)); in KeyFiles()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_file_operation.h116 static UNUSED_FUNCTION std::string ExtractFileName(const std::string &path) in ExtractFileName() function
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/
H A Dsend_command_v10.cpp66 fileInfo.displayName = ExtractFileName(path); in GetFileInfo()
/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_entity_ext_manage.cpp70 string tarFile = ExtractFileName(fileName); in CheckOwnPackTar()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_data_storage.cpp187 std::string fileNameExcludePath = OHOS::ExtractFileName(fileName); in CheckFileNameValid()
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp99 OHOS::NativePreferences::ExtractFileName(nativeOptions.filePath).c_str(), err); in OH_Preferences_Open()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp234 tmpInfo.displayName = ExtractFileName(file); in SetFileInfosInCurrentDir()

Completed in 17 milliseconds