Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp46 std::fstream fileStream(tmpOutPath.c_str(), in WriteProfilerFile() local
140 void PGOProfilerEncoder::AddChecksum(std::fstream& fileStream) in AddChecksum()
Dpgo_profiler_decoder.cpp146 std::ofstream fileStream(realOutPath.c_str()); in SaveAPTextFile() local
Dpgo_profiler_info.cpp35 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const in ProcessToBinary()
933 void PGORecordDetailInfos::ProcessToBinary(std::fstream& fileStream, PGOProfilerHeader* const heade… in ProcessToBinary()
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dplugin_conversion_rule_test.cpp56 std::ifstream fileStream(cApiImplFilePath, std::ios::in); in ReadStringFromFile() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp116 std::ofstream fileStream; in ExtractFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_second_test.cpp263 FileDescriptorStream fileStream(fd); in HWTEST_F_L0() local
Dheap_tracker_third_test.cpp239 FileDescriptorStream fileStream(fd); in HWTEST_F_L0() local
/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/compiler/codegen/maple/maple_be/include/cg/
Demit.h344 std::ofstream fileStream; variable
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h268 T fileStream; in FileStream() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp243 ecmascript::FileStream fileStream(filePath); in HWTEST_F_L0() local