/ohos5.0/base/security/selinux_adapter/test/unittest/common/ |
H A D | test_common.cpp | 117 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 D | adapter_config.cpp | 61 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
|
H A D | adapter_device_info.cpp | 68 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
|
H A D | profile_config.cpp | 62 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
|
H A D | adapter_device_config.cpp | 68 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
|
/ohos5.0/base/security/code_signature/test/unittest/ |
H A D | enable_verity_test.cpp | 158 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 D | multi_thread_local_sign_test.cpp | 63 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 D | native_leak_state.cpp | 284 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 D | json_utils.cpp | 80 std::ofstream fout; in DumpJsonValueToFile() local
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | file_util.cpp | 275 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 D | file_util.cpp | 159 std::ofstream fout(file); in CreateFile() local
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 409 std::ofstream fout(des); in CopyFile() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/ |
H A D | backup_manager.cpp | 280 std::fstream fin, fout; in CopyFile() local
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/ |
H A D | data_storage_helper.cpp | 103 std::ofstream fout; in SaveJsonValueToFile() local
|
/ohos5.0/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 93 std::ofstream fout(path); in CreateFile() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 470 std::ofstream fout; in StackTop() local
|
/ohos5.0/base/update/updater/utils/ |
H A D | utils.cpp | 383 std::ofstream fout(dest, mode); in CopyFile() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 1148 ofstream fout; in RefreshPersistedWorks() local
|