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 D | rs_profiler_utils_test.cpp | 55 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 D | rs_profiler_beta_recorder.cpp | 110 FILE* fileCopy = Utils::FileOpen(path, "wbe"); in WriteBetaRecordFileThread()
|
H A D | rs_profiler_file.cpp | 47 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 D | rs_profiler_archive.h | 154 file_ = Utils::FileOpen(path, Reader ? "rb" : "wb"); in FileArchive()
|
H A D | rs_profiler_utils.h | 105 static FILE* FileOpen(const std::string& path, const std::string& options);
|
H A D | rs_profiler_capture_recorder.cpp | 224 FILE* f = Utils::FileOpen(drawCmdListFilename, "wbe"); in EndInstantCaptureDrawing()
|
H A D | rs_profiler_network.cpp | 318 if (auto file = Utils::FileOpen(path, "wb")) { in ProcessBinary()
|
H A D | rs_profiler_utils.cpp | 439 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 D | rs_profiler.cpp | 1059 FILE* file = Utils::FileOpen(path, "r"); in OnParallelRenderBegin()
|
Completed in 8 milliseconds