Home
last modified time | relevance | path

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

123

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dthumbnail_source_loading.cpp112 char tmpPath[PATH_MAX] = { 0 }; in IsLocalSourceAvailable() local
441 std::string tmpPath = GetLocalThumbnailPath(data.path, THUMBNAIL_THUMB_SUFFIX); in GetSourcePath() local
458 std::string tmpPath = GetLocalThumbnailPath(data.path, THUMBNAIL_LCD_SUFFIX); in GetSourcePath() local
475 std::string tmpPath = GetLocalThumbnailPath(data.path, ""); in GetSourcePath() local
489 std::string tmpPath = GetThumbnailPath(data.path, THUMBNAIL_THUMB_SUFFIX); in GetSourcePath() local
509 std::string tmpPath; in GetSourcePath() local
/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.cpp176 auto tmpPath = path + BACKUP_TMP_POSTFIX; in SaveData() local
188 auto tmpPath = path + BACKUP_TMP_POSTFIX; in RollBackData() local
198 auto tmpPath = path + BACKUP_TMP_POSTFIX; in CleanData() 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/multimedia/media_foundation/src/osal/utils/
Dutil.cpp71 char tmpPath[PATH_MAX] = {0}; in ConvertFullPath() local
/foundation/resourceschedule/work_scheduler/utils/native/src/
Dwork_sched_utils.cpp88 char tmpPath[PATH_MAX] = {0}; in ConvertFullPath() local
/foundation/resourceschedule/background_task_mgr/services/common/src/
Ddata_storage_helper.cpp202 char *tmpPath = GetOneCfgFile(relativePath.c_str(), buf, PATH_MAX); in GetConfigFileAbsolutePath() local
216 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
328 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/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
Db_dir.cpp193 std::string tmpPath = IncludeTrailingPathDelimiter(path) + in GetSubDir() local
241 std::string tmpPath = gl->gl_pathv[i]; in ExpandPathWildcard() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
Ddrawing_register_font.cpp102 char tmpPath[PATH_MAX] = { 0 }; in LoadFontDataFromFile() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_module_reader.cpp146 std::string tmpPath = inputPath.substr(inputPath.find_first_of("/") + 1); in GetOtherHspPath() local
/foundation/window/window_manager/dmserver/src/
Ddisplay_manager_config.cpp70 char tmpPath[PATH_MAX + 1] = { 0 }; in GetConfigPath() local
/foundation/resourceschedule/qos_manager/common/src/
Dconfig_reader.cpp201 char tmpPath[PATH_MAX] = {0}; in GetRealConfigPath() local
/foundation/multimedia/player_framework/services/utils/
Duri_helper.cpp44 char tmpPath[PATH_MAX] = {0}; in PathToRealFileUrl() local
/foundation/resourceschedule/device_standby/utils/policy/src/
Djson_utils.cpp212 char tmpPath[PATH_MAX] = {0}; in GetRealPath() local
/foundation/window/window_manager/window_scene/session_manager/src/
Dwindow_scene_config.cpp121 char tmpPath[PATH_MAX + 1] = { 0 }; in GetConfigPath() local
/foundation/window/window_manager/wmserver/src/
Dwindow_manager_config.cpp101 char tmpPath[PATH_MAX + 1] = { 0 }; in GetConfigPath() local
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Ddirectory_ex.cpp306 char tmpPath[PATH_MAX] = {0}; in PathToRealPath() local
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
Dcgroup_action.cpp218 char tmpPath[PATH_MAX + 1] = {0}; in ParseConfigFileToJsonObj() local

123