Home
last modified time | relevance | path

Searched defs:tmpPath (Results 1 – 25 of 81) sorted by relevance

1234

/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_utils.cpp35 char tmpPath[PATH_MAX] = {0}; in CheckFilePath() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
Dbackup_manager.cpp174 auto tmpPath = path + BACKUP_TMP_POSTFIX; in SaveData() local
186 auto tmpPath = path + BACKUP_TMP_POSTFIX; in RollBackData() local
196 auto tmpPath = path + BACKUP_TMP_POSTFIX; in CleanData() local
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dthumbnail_source_loading.cpp137 char tmpPath[PATH_MAX] = { 0 }; in IsLocalSourceAvailable() local
664 std::string tmpPath = GetLocalThumbnailPath(data.path, THUMBNAIL_THUMB_SUFFIX); in GetSourcePath() local
683 std::string tmpPath = GetLocalThumbnailPath(data.path, THUMBNAIL_LCD_SUFFIX); in GetSourcePath() local
700 std::string tmpPath = GetLocalThumbnailPath(data.path, ""); in GetSourcePath() local
715 std::string tmpPath = ThumbnailUtils::IsExCloudThumbnail(data) ? in GetSourcePath() local
737 std::string tmpPath; in GetSourcePath() local
/foundation/filemanagement/dfs_service/utils/load/src/
Dplugin_loader.cpp48 std::string tmpPath = searchDir + pluginFileName; in GetPluginPath() local
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
Dframe_saver.cpp57 char tmpPath[PATH_MAX] = {0}; in FrameSaver() local
/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
Dutil.cpp61 char tmpPath[PATH_MAX] = {0}; in ConvertFullPath() local
/foundation/multimedia/image_framework/mock/native/src/
Ddirectory_ex.cpp109 char tmpPath[PATH_MAX] = {0}; in PathToRealPath() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dhybrid_js_module_reader.cpp116 std::string tmpPath = inputPath.substr(inputPath.find_first_of("/") + 1); in GetPluginHspPath() local
213 std::string tmpPath = inputPath.substr(inputPath.find_first_of("/") + 1); in GetOtherHspPath() local
Djs_module_reader.cpp103 std::string tmpPath = inputPath.substr(inputPath.find_first_of("/") + 1); in GetPluginHspPath() local
202 std::string tmpPath = inputPath.substr(inputPath.find_first_of("/") + 1); in GetOtherHspPath() local
/foundation/multimedia/media_foundation/src/osal/utils/
Dutil.cpp71 char tmpPath[PATH_MAX] = {0}; in ConvertFullPath() local
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/test/
Dmtpfs_tmp_files_pool_test.cpp80 std::string tmpPath = "/path/to/tmpPath"; variable
/foundation/resourceschedule/work_scheduler/utils/native/src/
Dwork_sched_utils.cpp95 char tmpPath[PATH_MAX] = {0}; in ConvertFullPath() local
/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
Dres_sched_file_util.cpp188 char tmpPath[PATH_MAX + 1] = {0}; in ReadLinesFromFile() local
262 char* tmpPath = GetOneCfgFile(configPath.c_str(), buf, PATH_MAX); in GetRealConfigPath() local
Dres_sched_json_util.cpp74 char tmpPath[PATH_MAX + 1] = {0}; in LoadFileToJsonObj() local
/foundation/resourceschedule/background_task_mgr/services/common/src/
Ddata_storage_helper.cpp209 char *tmpPath = GetOneCfgFile(relativePath.c_str(), buf, PATH_MAX); in GetConfigFileAbsolutePath() local
223 char tmpPath[PATH_MAX] = {0}; in ConvertFullPath() local
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
Dtools_op_incremental_backup.cpp135 string tmpPath = string(BConstants::BACKUP_TOOL_INCREMENTAL_RECEIVE_DIR) + fileInfo.owner; in OnFileReady() local
330 string tmpPath = string(BConstants::BACKUP_TOOL_INCREMENTAL_RECEIVE_DIR) + data.bundleName; in Init() local
Dtools_op_incremental_restore_async.cpp113 … string tmpPath = string(BConstants::BACKUP_TOOL_INCREMENTAL_RECEIVE_DIR) + fileInfo.owner + "/0" + in OnFileReady() local
264 string tmpPath = string(BConstants::BACKUP_TOOL_INCREMENTAL_RECEIVE_DIR) + bundleName; in RestoreApp() local
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
Dmtpfs_fuse.cpp745 std::string tmpPath(SmtpfsDirName(path)); in GetAttr() local
804 std::string tmpPath = tmpFilesPool_.MakeTmpPath(std::string(path)); in MkNod() local
886 const std::string tmpPath = tmpFilesPool_.MakeTmpPath(std::string(path)); in Truncate() local
934 const std::string tmpPath = tmpFilesPool_.MakeTmpPath(std::string(path)); in Create() local
965 std::string tmpPath; in OpenFile() local
1036 std::string tmpPath = tmpFilesPool_.MakeTmpPath(std::string(path)); in OpenThumb() local
1135 const std::string tmpPath = tmpFile->PathTmp(); in HandleTemporaryFile() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
Dtraffic_manager.cpp74 char tmpPath[PATH_MAX] = {0}; in GetInterfaceTrafficByType() local
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
Db_file.cpp147 auto tmpPath = make_unique<char[]>(PATH_MAX + 1); in GetRealPath() local
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
Dcustomised_tone_processor.cpp151 std::string tmpPath; in ConvertCustomisedAudioPath() local
/foundation/graphic/graphic_2d/frameworks/text/interface/ndk_src/drawing_font_manager/
Ddrawing_register_font.cpp90 char tmpPath[PATH_MAX] = { 0 }; in LoadFontDataFromFile() local
/foundation/window/window_manager/dmserver/src/
Ddisplay_manager_config.cpp68 char tmpPath[PATH_MAX + 1] = { 0 }; in GetConfigPath() local
/foundation/graphic/graphic_2d/frameworks/text/service/skia_txt/
Ddefault_symbol_config.cpp70 char tmpPath[PATH_MAX] = {0}; in GetDataFromFile() local
/foundation/resourceschedule/device_standby/utils/policy/src/
Djson_utils.cpp211 char tmpPath[PATH_MAX] = {0}; in GetRealPath() local

1234