Home
last modified time | relevance | path

Searched refs:FileOpen (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_utils_test.cpp55 auto fd = Utils::FileOpen("</,,,,,,,,,,,/>", "rb"); in HWTEST_F()
61 fd = Utils::FileOpen("file.json", "invalid open options"); in HWTEST_F()
71 fd = Utils::FileOpen(name.data(), "rw"); in HWTEST_F()
89 auto fd = Utils::FileOpen("RECORD_IN_MEMORY", "rwbe"); in HWTEST_F()
108 fd = Utils::FileOpen("RECORD_IN_MEMORY", "wbe"); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_beta_recorder.cpp110 FILE* fileCopy = Utils::FileOpen(path, "wbe"); in WriteBetaRecordFileThread()
H A Drs_profiler_file.cpp47 file_ = Utils::FileOpen(fname, "wb"); in Create()
49 file_ = Utils::FileOpen(fname, "wbe"); in Create()
74 file_ = Utils::FileOpen(fname, "rb"); in Open()
76 file_ = Utils::FileOpen(fname, "rbe"); in Open()
H A Drs_profiler_archive.h154 file_ = Utils::FileOpen(path, Reader ? "rb" : "wb"); in FileArchive()
H A Drs_profiler_utils.h105 static FILE* FileOpen(const std::string& path, const std::string& options);
H A Drs_profiler_capture_recorder.cpp224 FILE* f = Utils::FileOpen(drawCmdListFilename, "wbe"); in EndInstantCaptureDrawing()
H A Drs_profiler_network.cpp318 if (auto file = Utils::FileOpen(path, "wb")) { in ProcessBinary()
H A Drs_profiler_utils.cpp439 FILE* Utils::FileOpen(const std::string& path, const std::string& options) in FileOpen() function in OHOS::Rosen::Utils
449 HRPE("FileOpen: '%s' is invalid!", path.data()); // NOLINT in FileOpen()
464 HRPE("FileOpen: Cannot open '%s' with options '%s'!", realPath.data(), options.data()); // NOLINT in FileOpen()
H A Drs_profiler.cpp1059 FILE* file = Utils::FileOpen(path, "r"); in OnParallelRenderBegin()

Completed in 8 milliseconds