/base/update/sys_installer/interfaces/innerkits/ipc_client/include/ |
H A D | sys_installer_proxy.h | 36 const std::string &dstPath, const uint32_t type); 37 virtual int32_t AccDeleteDir(const std::string &dstPath);
|
H A D | sys_installer_kits.h | 47 const std::string &dstPath, const uint32_t type) = 0; 48 virtual int32_t AccDeleteDir(const std::string &dstPath) = 0;
|
H A D | sys_installer_kits_impl.h | 38 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 D | daemon_event.h | 42 const std::string &dstPath, in RequestSendFileData() 47 dstPath_(dstPath), in RequestSendFileData()
|
H A D | daemon.h | 77 const std::string &dstPath, 112 const std::string &dstPath,
|
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | sys_installer_kits_impl.cpp | 229 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 D | sys_installer_proxy.cpp | 203 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 D | xeExtractShaderPrograms.cpp | 50 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 D | sys_installer_server.h | 47 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 D | movedir.cpp | 108 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 D | move.cpp | 99 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 D | installer_manager.h | 39 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 D | installer_manager_helper.cpp | 90 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 D | amber_verify.py | 84 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 D | daemon_execute.cpp | 139 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 D | skia_paint_test.cpp | 227 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 D | hencoder_buffer_unit_test.cpp | 45 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 D | ringtone_file_utils_test.cpp | 169 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 D | hmos_libphonenumber_mount.cpp | 71 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 D | security_guard_utils.cpp | 118 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 D | build_caselists.py | 139 dstPath = os.path.join(dstDir, caseListFile) 149 shutil.copyfile(srcPath, dstPath)
|
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | ringtone_dualfwk_restore.cpp | 446 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 D | file_deal.cpp | 61 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 D | common_tool.cpp | 71 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 D | distributed_file_daemon_manager_impl.cpp | 91 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
|