Home
last modified time | relevance | path

Searched defs:newFile (Results 1 – 6 of 6) sorted by relevance

/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/bundle_daemon/src/
Dbundle_daemon_handler.cpp99 int32_t BundleDaemonHandler::RenameFile(const char *oldFile, const char *newFile) in RenameFile()
192 int32_t BundleDaemonHandler::MoveFile(const char *oldFile, const char *newFile) in MoveFile()
Dbundle_daemon.cpp191 std::string newFile = ""; in RenameFileInvoke() local
255 const char *newFile = reinterpret_cast<char *>(IpcIoPopString(req, &len)); in MoveFileInvoke() local
Dbundle_file_utils.cpp109 bool BundleFileUtils::RenameFile(const char *oldFile, const char *newFile) in RenameFile()
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/
Dbundle_daemon_client.cpp263 int32_t BundleDaemonClient::RenameFile(const char *oldFile, const char *newFile) in RegisterCallback()
348 int32_t BundleDaemonClient::MoveFile(const char *oldFile, const char *newFile) in RegisterCallback()
Dbundle_util.cpp873 bool BundleUtil::RenameFile(const char *oldFile, const char *newFile) in RenameFile()
/foundation/multimedia/image_standard/plugins/common/libs/image/libjpegplugin/src/
Dexif_info.cpp193 FILE *newFile = fopen(path.c_str(), "wb"); in ModifyExifData() local