Home
last modified time | relevance | path

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

/base/security/selinux_adapter/test/unittest/common/
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
/base/security/code_signature/test/unittest/
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
Dmulti_thread_local_sign_test.cpp63 int32_t fout = open(path.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); in DupFile() local
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
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
/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp275 std::ofstream fout(path); in CreateFile() local
291 std::ofstream fout(des, ios::binary); in CopyFile() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dfile_util.cpp159 std::ofstream fout(file); in CreateFile() local
/base/hiviewdfx/hidumper/frameworks/native/
Ddump_utils.cpp409 std::ofstream fout(des); in CopyFile() local
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
Ddfx_crasher.cpp470 std::ofstream fout; in StackTop() local
/base/update/updater/utils/
Dutils.cpp383 std::ofstream fout(dest, mode); in CopyFile() local