Home
last modified time | relevance | path

Searched defs:tempPath (Results 1 – 19 of 19) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dapplication_cleaner.cpp166 const std::vector<std::string> &rootPath, std::vector<std::string> &tempPath) in GetObsoleteBundleTempPath()
220 bool ApplicationCleaner::RemoveDir(const std::string &tempPath) in RemoveDir()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
Dfile_utils.cpp194 …string tempPath = filePath.substr(0, filePath.rfind('.')) + "_tmp" + filePath.substr(filePath.rfin… in SaveVideo() local
215 …string tempPath = filePath.substr(0, filePath.rfind('.')) + "_tmp" + filePath.substr(filePath.rfin… in DeleteTempVideoFile() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
Dapplication_cleaner_test.cpp105 std::vector<std::string> tempPath; variable
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/
Dfile_system.cpp153 char tempPath[MAX_FILE_PATH]; in GetTmpFileName() local
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
Dmultistages_video_capture_manager.cpp78 string tempPath = realDirPath + filePath.substr(filePath.rfind('/'), in AddVideoInternal() local
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
Dwidget_adapter.cpp124 auto tempPath = const_cast<std::string&> (shaderPath); in UpdateShaderPath() local
/foundation/ability/dmsfwk/common/src/
Ddistributed_sched_utils.cpp127 std::string tempPath = g_continueCfgFullPath; in LoadContinueConfig() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
Dfile_impl.cpp314 string tempPath = string(static_cast<char*>(realPath->ptr)); in GetPath() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
Dclient_trans_proxy_file_helper.c439 char *tempPath = (char *)SoftBusCalloc(len + 1); in CreateDirAndGetAbsPath() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
Dmedia_library_manager.cpp341 static int32_t SolvePath(const string &filePath, string &tempPath, string &userId) in SolvePath()
406 std::string tempPath = ResultSetUtils::GetStringValFromColumn(1, resultSet); in GetFilePathFromUri() local
433 string tempPath; in GetUriFromFilePath() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
Dverify_manager_host_impl.cpp438 std::string tempPath = tempRootDir + abcPaths[i]; in MoveAbc() local
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
Ddistributed_input_node_manager.cpp165 for (auto &tempPath: vecInputDevPath) { in ScanSinkInputDevices() local
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
Dwebsocket_exec.cpp264 const char *tempPath = nullptr; in ParseUrl() local
609 const char *tempPath = nullptr; in FillContextInfo() local
/foundation/communication/netstack/frameworks/native/websocket_client/
Dwebsocket_client.cpp335 const char *tempPath = nullptr; in ParseUrl() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_impl.cpp1443 std::string tempPath = backupFilePath + ".tmp"; in Backup() local
2099 std::string tempPath = destPath + ".tmp"; in GetDestPath() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
Dcopy.cpp351 fs::path tempPath(path); in GetRealPath() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_deployer.cpp60 std::string tempPath = path.substr(0, path.rfind(ServiceConstants::PATH_SEPARATOR)); in DeployQuickFix() local
/foundation/distributedhardware/distributed_input/common/include/
Dinput_hub.cpp525 for (const auto &tempPath: inputDevPaths) { in ScanInputDevices() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp1360 std::string tempPath = std::regex_replace(sourceMapPath, std::regex("ets"), "assets/js"); in ReadSourceMapData() local