Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/init/
H A Dinit_service_file.c75 ServiceFile *tmpFile = service->fileCfg; in CreateServiceFile() local
/ohos5.0/base/update/sys_installer/test/unittest/ipc_test/
H A Dsys_installer_ipc_test.cpp124 ofstream tmpFile; variable
/ohos5.0/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp96 ofstream tmpFile; variable
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file.cpp715 int32_t DlpFile::UpdateFile(int32_t tmpFile, const std::vector<uint8_t>& cert, uint32_t oldTxtOffse… in UpdateFile()
768 int32_t tmpFile; in UpdateCertAndText() local
811 int32_t DlpFile::WriteHeadAndCert(int32_t tmpFile, const std::vector<uint8_t>& cert) in WriteHeadAndCert()
1119 int32_t tmpFile; in GenFileInZip() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp267 auto tmpFile = backupFile + BACKUP_TMP_POSTFIX; in GetClearType() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp192 FILE* tmpFile = fopen(realPath, "rb"); in Open() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp183 FILE *tmpFile = fopen(realPath.c_str(), "rb"); in Open() local
/ohos5.0/base/startup/init/test/unittest/loopevent/
H A Dloopserver_unittest.cpp201 FILE *tmpFile = fopen(WATCHER_FILE.c_str(), "wr"); in TestProcessTimer() local
/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c250 FILE *tmpFile = fopen(BOOTEVENT_OUTPUT_PATH "bootup.trace", "wr"); in SaveServiceBootEvent() local
/ohos5.0/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp93 ofstream tmpFile; in TestRemoveDir() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp361 int tmpFile = 0; in GetClearType() local
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp216 FILE *tmpFile = fopen(fileName, "wr"); in CreateTestFile() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_test.cpp1795 int tmpFile = -1; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp2930 auto tmpFile = fileManager.CreateFile(tmpFileName); in PrimitiveAttributes() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5003 …std::string tmpFile = CURRENT_PATH + ServiceConstants::PATH_SEPARATOR + "test" + std::to_string(i)… variable