Home
last modified time | relevance | path

Searched defs:tmpFile (Results 1 – 9 of 9) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
Dmtpfs_fuse.cpp495 std::string tmpFile(SmtpfsBaseName(path)); in GetAttr() local
574 const std::string tmpFile = tmpFilesPool_.MakeTmpPath(std::string(newpath)); in ReName() local
712 MtpFsTypeTmpFile *tmpFile = const_cast<MtpFsTypeTmpFile *>(tmpFilesPool_.GetFile(stdPath)); in Open() local
786 const MtpFsTypeTmpFile *tmpFile = tmpFilesPool_.GetFile(std::string(path)); in Write() local
819 MtpFsTypeTmpFile *tmpFile = const_cast<MtpFsTypeTmpFile *>(tmpFilesPool_.GetFile(stdPath)); in Release() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
Dbackup_manager.cpp270 auto tmpFile = backupFile + BACKUP_TMP_POSTFIX; in GetClearType() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dzip_file.cpp192 FILE* tmpFile = fopen(realPath, "rb"); in Open() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dzip_file.cpp203 FILE *tmpFile = fopen(realPath.c_str(), "rb"); in Open() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_backup_test/
Dkey_backup_test.cpp677 std::string tmpFile = tempDir + "/" + fl.baseName; variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dbackup_manager.cpp425 int tmpFile = 0; in GetClearType() local
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
Dothers_clone_restore.cpp361 std::string tmpFile = file; in SetFileInfosInCurrentDir() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_loader.cpp2919 auto tmpFile = fileManager.CreateFile(tmpFileName); in PrimitiveAttributes() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp5247 …std::string tmpFile = CURRENT_PATH + ServiceConstants::PATH_SEPARATOR + "test" + std::to_string(i)… variable