Home
last modified time | relevance | path

Searched refs:READWRITECREATE (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.cpp37 case Mode::READWRITECREATE: 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.cpp37 os::file::File file4 = os::file::Open("./test_openfile.txt", os::file::Mode::READWRITECREATE);
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.cpp42 case Mode::READWRITECREATE: in GetFlags()