Home
last modified time | relevance | path

Searched refs:READWRITE (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.cpp31 case Mode::READWRITE: in GetFlags()
/arkcompiler/runtime_core/libpandabase/os/
Dfile.h55 enum class Mode : uint32_t { READONLY, WRITEONLY, READWRITE, READWRITECREATE }; enumerator
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_file_test.cpp31 os::file::File file2 = os::file::Open("./test_openfile.txt", os::file::Mode::READWRITE);
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.cpp36 case Mode::READWRITE: in GetFlags()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp61 return os::file::Mode::READWRITE; in GetMode()