Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp183 std::fstream fileStream(tmpOutPath.c_str(), in SaveAndRename() local
248 void PGOProfilerEncoder::AddChecksum(std::fstream &fileStream) in AddChecksum()
326 std::ifstream fileStream(realPath.c_str()); in LoadAPTextFile() local
Dpgo_profiler_decoder.cpp139 std::ofstream fileStream(realOutPath.c_str()); in SaveAPTextFile() local
Dpgo_profiler_info.cpp55 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const in ProcessToBinary()
782 const SaveTask *task, std::fstream &fileStream, PGOProfilerHeader *const header) in ProcessToBinary()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h156 T fileStream; in FileStream() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp113 std::ofstream fileStream; in ExtractFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_second_test.cpp239 FileDescriptorStream fileStream(fd); in HWTEST_F_L0() local
Dheap_tracker_third_test.cpp236 FileDescriptorStream fileStream(fd); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.h360 …static bool ProcessSectionToBinary(PGOContext &context, std::fstream &fileStream, PGOProfilerHeade… in ProcessSectionToBinary()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp237 ecmascript::FileStream fileStream(filePath); in HWTEST_F_L0() local