Home
last modified time | relevance | path

Searched refs:READWRITE (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
H A Dfile.h55 enum class Mode : uint32_t { READONLY, WRITEONLY, READWRITE, READWRITECREATE }; member in panda::os::file::Mode
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dfile.cpp31 case Mode::READWRITE: in GetFlags()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dfile.cpp32 case Mode::READWRITE: in GetFlags()
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dfile.h55 enum class Mode : uint32_t { READONLY, WRITEONLY, READWRITE, READWRITECREATE }; member in ark::os::file::Mode
/arkcompiler/runtime_core/libpandabase/tests/
H A Dunix_file_test.cpp31 os::file::File file2 = os::file::Open("./test_openfile.txt", os::file::Mode::READWRITE); in HWTEST()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfile.cpp36 case Mode::READWRITE: in GetFlags()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfile.cpp36 case Mode::READWRITE: in GetFlags()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp62 return os::file::Mode::READWRITE; in GetMode()
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_dump_info.cpp529 // NB! we using READWRITE mode to leave the creation job to framework layer. in MergeAndSave()
530 ark::os::unix::file::File myfile = ark::os::file::Open(filename, ark::os::file::Mode::READWRITE); in MergeAndSave()
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp63 return os::file::Mode::READWRITE; in GetMode()

Completed in 6 milliseconds