Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/test/
Dmtpfs_tmp_files_pool_test.cpp81 MtpFsTypeTmpFile tmpFile = MtpFsTypeTmpFile(std::string(path), tmpPath, 1); variable
/foundation/multimodalinput/input/service/event_dump/test/
Devent_dump_test.cpp498 const char *tmpFile = "/data/tmp_dumphelp.log"; variable
537 const char *tmpFile = "/data/tmp_dumpeventhelp.log"; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
Dbackup_manager.cpp265 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/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
Dmtpfs_fuse.cpp966 MtpFsTypeTmpFile *tmpFile = const_cast<MtpFsTypeTmpFile *>(tmpFilesPool_.GetFile(stdPath)); in OpenFile() local
1082 const MtpFsTypeTmpFile *tmpFile = tmpFilesPool_.GetFile(std::string(path)); in Write() local
1123 MtpFsTypeTmpFile *tmpFile = const_cast<MtpFsTypeTmpFile *>(tmpFilesPool_.GetFile(stdPath)); in HandleTemporaryFile() local
Dmtpfs_mtp_device.cpp1019 const MtpFsTypeFile *tmpFile = dirParent->File(tmpBaseName); in GetThumbnail() local
/foundation/window/window_manager/wmserver/test/unittest/
Dstarting_window_second_test.cpp335 std::filesystem::path tmpFile = tmpDir / "wms_test_XXXXXX.png"; variable
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_backup_test/
Dkey_backup_test.cpp677 std::string tmpFile = tempDir + "/" + fl.baseName; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dzip_file.cpp203 FILE *tmpFile = fopen(realPath.c_str(), "rb"); in Open() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dbackup_manager.cpp425 int tmpFile = 0; in GetClearType() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
Dbms_installd_client_test.cpp1764 std::string tmpFile = TMP_DIR + "test.txt"; variable
1847 std::string tmpFile = "/data/app/el1/bundle/public/bms-test-file.txt"; variable
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
Dothers_clone_restore.cpp567 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.cpp5724 …std::string tmpFile = CURRENT_PATH + ServiceConstants::PATH_SEPARATOR + "test" + std::to_string(i)… variable