Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp37 std::fstream fileStream(tmpOutPath.c_str(), in SaveAndRename() local
90 void PGOProfilerEncoder::AddChecksum(std::fstream& fileStream) in AddChecksum()
Dpgo_profiler_decoder.cpp142 std::ofstream fileStream(realOutPath.c_str()); in SaveAPTextFile() local
Dpgo_profiler_info.cpp32 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const in ProcessToBinary()
831 const SaveTask *task, std::fstream &fileStream, PGOProfilerHeader *const header) in ProcessToBinary()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp114 std::ofstream fileStream; in ExtractFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_second_test.cpp262 FileDescriptorStream fileStream(fd); in HWTEST_F_L0() local
Dheap_tracker_third_test.cpp248 FileDescriptorStream fileStream(fd); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h258 T fileStream; in FileStream() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Demit.h344 std::ofstream fileStream; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.h408 …static bool ProcessSectionToBinary(PGOContext &context, std::fstream &fileStream, PGOProfilerHeade… in ProcessSectionToBinary()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp243 ecmascript::FileStream fileStream(filePath); in HWTEST_F_L0() local