Home
last modified time | relevance | path

Searched refs:dstPath (Results 26 - 50 of 102) sorted by relevance

12345

/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dsys_installer_proxy.h36 const std::string &dstPath, const uint32_t type);
37 virtual int32_t AccDeleteDir(const std::string &dstPath);
H A Dsys_installer_kits.h47 const std::string &dstPath, const uint32_t type) = 0;
48 virtual int32_t AccDeleteDir(const std::string &dstPath) = 0;
H A Dsys_installer_kits_impl.h38 const std::string &dstPath, const uint32_t type);
39 virtual int32_t AccDeleteDir(const std::string &dstPath);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon_event.h42 const std::string &dstPath, in RequestSendFileData()
47 dstPath_(dstPath), in RequestSendFileData()
H A Ddaemon.h77 const std::string &dstPath,
112 const std::string &dstPath,
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dsys_installer_kits_impl.cpp229 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
237 int32_t ret = updateService->AccDecompressAndVerifyPkg(srcPath, dstPath, type); in AccDecompressAndVerifyPkg()
245 int32_t SysInstallerKitsImpl::AccDeleteDir(const std::string &dstPath) in AccDeleteDir() argument
253 int32_t ret = updateService->AccDeleteDir(dstPath); in AccDeleteDir()
228 AccDecompressAndVerifyPkg(const std::string &srcPath, const std::string &dstPath, const uint32_t type) AccDecompressAndVerifyPkg() argument
H A Dsys_installer_proxy.cpp203 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
218 data.WriteString16(Str8ToStr16(dstPath)); in AccDecompressAndVerifyPkg()
233 int32_t SysInstallerProxy::AccDeleteDir(const std::string &dstPath) in AccDeleteDir() argument
247 data.WriteString16(Str8ToStr16(dstPath)); in AccDeleteDir()
202 AccDecompressAndVerifyPkg(const std::string &srcPath, const std::string &dstPath, const uint32_t type) AccDecompressAndVerifyPkg() argument
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp50 string dstPath; member
79 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx); in writeShaderProgram()
223 else if (cmdLine.dstPath.empty()) in parseCommandLine()
224 cmdLine.dstPath = arg; in parseCommandLine()
/base/update/sys_installer/frameworks/ipc_server/include/
H A Dsys_installer_server.h47 const std::string &dstPath, const uint32_t type) override;
48 int32_t AccDeleteDir(const std::string &dstPath) override;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmovedir.cpp108 filesystem::path dstPath(dest); in CopyAndDeleteFile()
110 if (filesystem::exists(dstPath, errCode)) { in CopyAndDeleteFile()
118 if (!filesystem::copy_file(srcPath, dstPath, filesystem::copy_options::overwrite_existing, errCode)) { in CopyAndDeleteFile()
127 filesystem::path dstPath(dest); in RenameFile()
129 if (filesystem::exists(dstPath, errCode)) { in RenameFile()
130 if (filesystem::is_directory(dstPath, errCode)) { in RenameFile()
143 filesystem::rename(srcPath, dstPath, errCode); in RenameFile()
H A Dmove.cpp99 filesystem::path dstPath(dest); in CopyAndDeleteFile()
101 if (filesystem::exists(dstPath, errCode)) { in CopyAndDeleteFile()
102 if (!filesystem::remove(dstPath, errCode)) { in CopyAndDeleteFile()
108 if (!filesystem::copy_file(srcPath, dstPath, filesystem::copy_options::overwrite_existing, errCode)) { in CopyAndDeleteFile()
/base/update/sys_installer/frameworks/installer_manager/include/
H A Dinstaller_manager.h39 const std::string &dstPath, const uint32_t type);
40 virtual int32_t AccDeleteDir(const std::string &dstPath);
/base/update/sys_installer/frameworks/installer_manager/src/
H A Dinstaller_manager_helper.cpp90 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
95 int32_t InstallerManagerHelper::AccDeleteDir(const std::string &dstPath) in AccDeleteDir() argument
89 AccDecompressAndVerifyPkg(const std::string &srcPath, const std::string &dstPath, const uint32_t type) AccDecompressAndVerifyPkg() argument
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Damber_verify.py84 dest="dstPath",
98 if not os.path.exists(args.dstPath):
99 os.makedirs(args.dstPath)
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp139 std::string dstPath = requestSendFileData->dstPath_; in ExecuteRequestSendFile() local
148 requestSendFileBlock->SetValue(RequestSendFileInner(srcUri, dstPath, dstDeviceId, sessionName)); in ExecuteRequestSendFile()
152 const std::string &dstPath, in RequestSendFileInner()
174 ret = SoftBusHandler::GetInstance().CopySendFile(socketId, sessionName, srcUri, dstPath); in RequestSendFileInner()
151 RequestSendFileInner(const std::string &srcUri, const std::string &dstPath, const std::string &dstDeviceId, const std::string &sessionName) RequestSendFileInner() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_paint_test.cpp227 Path dstPath; in HWTEST_F() local
232 ret = skiaPaint.GetFillPath(pen, srcPath, dstPath, &rect, matrix); in HWTEST_F()
234 ret = skiaPaint.GetFillPath(pen, srcPath, dstPath, nullptr, matrix); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhencoder_buffer_unit_test.cpp45 static bool CreateFakeYuv(const string& dstPath, uint32_t w, uint32_t h, uint32_t frameCnt) in CreateFakeYuv() argument
47 ofstream ofs(dstPath, ios::binary); in CreateFakeYuv()
49 TLOGE("cannot create %s", dstPath.c_str()); in CreateFakeYuv()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_file_utils_test.cpp169 const string dstPath = "/data/local/tmp/test/createfile_Test_001.ogg"; in HWTEST_F() local
170 auto ret = RingtoneFileUtils::IsSameFile(srcPath, dstPath); in HWTEST_F()
173 ret = RingtoneFileUtils::IsSameFile(srcPath, dstPath); in HWTEST_F()
/base/global/i18n/services/src/
H A Dhmos_libphonenumber_mount.cpp71 std::string dstPath = SAFE_PATH + DATA_FILES[i]; in CopyDataFile() local
76 if (!FileCopy(srcPath, dstPath)) { in CopyDataFile()
/base/security/security_guard/frameworks/common/utils/src/
H A Dsecurity_guard_utils.cpp118 bool SecurityGuardUtils::CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile() argument
131 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_caselists.py139 dstPath = os.path.join(dstDir, caseListFile)
149 shutil.copyfile(srcPath, dstPath)
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_dualfwk_restore.cpp446 bool RingtoneDualFwkRestore::OnPrepare(FileInfo &info, const std::string &dstPath) in OnPrepare() argument
448 if (!RingtoneFileUtils::IsFileExists(dstPath)) { in OnPrepare()
449 RINGTONE_ERR_LOG("dst path is not existing, dst path=%{public}s", dstPath.c_str()); in OnPrepare()
465 info.restorePath = dstPath + "/" + fileName; in OnPrepare()
475 RINGTONE_ERR_LOG("samefile: srcPath=%{private}s, dstPath=%{private}s", info.data.c_str(), in OnPrepare()
479 info.restorePath = dstPath + "/" + baseName + "(" + to_string(repeatCount++) + ")" + "." + extensionName; in OnPrepare()
/base/theme/wallpaper_mgr/utils/src/
H A Dfile_deal.cpp61 std::filesystem::path dstPath(newFile); in CopyFile()
64 if (!std::filesystem::copy_file(srcPath, dstPath, std::filesystem::copy_options::overwrite_existing, errCode)) { in CopyFile()
/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/
H A Dcommon_tool.cpp71 bool CommonTool::CopyTmpFileToSystemPath(const std::string &srcPath, const std::string &dstPath) in CopyTmpFileToSystemPath() argument
80 FILE *dstFile = fopen(dstPath.c_str(), "w"); in CopyTmpFileToSystemPath()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp91 const std::string &dstPath, in RequestSendFile()
100 return distributedFileDaemonProxy->RequestSendFile(srcUri, dstPath, remoteDeviceId, sessionName); in RequestSendFile()
90 RequestSendFile(const std::string &srcUri, const std::string &dstPath, const std::string &remoteDeviceId, const std::string &sessionName) RequestSendFile() argument

Completed in 11 milliseconds

12345