Home
last modified time | relevance | path

Searched defs:fout (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/security/selinux_adapter/test/unittest/common/
H A Dtest_common.cpp117 std::ofstream fout(des, std::ofstream::out || std::ofstream::binary); in CopyFile() local
135 std::ofstream fout(file, std::ofstream::out || std::ofstream::app); in WriteFile() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_config.cpp61 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
H A Dadapter_device_info.cpp68 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
H A Dprofile_config.cpp62 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
H A Dadapter_device_config.cpp68 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
/ohos5.0/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp158 static void CopyData(const std::string &srcPath, FILE *fout) in CopyData()
170 FILE *fout = fopen(dstPath.c_str(), "wb"); in CopyFile() local
187 FILE *fout = fopen(dstPath.c_str(), "wb"); in ExpandFile() local
218 FILE *fout = fopen(filePath.c_str(), "wb"); in CheckEnableSuccess() local
H A Dmulti_thread_local_sign_test.cpp63 int32_t fout = open(path.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); in DupFile() local
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp284 ofstream fout; in GetMemoryLeakLog() local
307 void NativeLeakDumpState::DumpGeneralInfo(ofstream &fout, shared_ptr<NativeLeakInfo> &userMonitorIn… in DumpGeneralInfo()
334 void NativeLeakDumpState::DumpDetailInfo(ofstream &fout, shared_ptr<NativeLeakInfo> &userMonitorInf… in DumpDetailInfo()
400 ofstream fout(filePath); in DumpUserMemInfo() local
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp80 std::ofstream fout; in DumpJsonValueToFile() local
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp275 std::ofstream fout(path); in CreateFile() local
291 std::ofstream fout(des, ios::binary); in CopyFile() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dfile_util.cpp159 std::ofstream fout(file); in CreateFile() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp409 std::ofstream fout(des); in CopyFile() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp280 std::fstream fin, fout; in CopyFile() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp103 std::ofstream fout; in SaveJsonValueToFile() local
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp93 std::ofstream fout(path); in CreateFile() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp470 std::ofstream fout; in StackTop() local
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp383 std::ofstream fout(dest, mode); in CopyFile() local
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1148 ofstream fout; in RefreshPersistedWorks() local