Home
last modified time | relevance | path

Searched refs:WRITEONLY (Results 1 - 9 of 9) 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.cpp34 case Mode::WRITEONLY: in GetFlags()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dfile.cpp35 case Mode::WRITEONLY: 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.cpp34 os::file::File file3 = os::file::Open("./test_openfile.txt", os::file::Mode::WRITEONLY); in HWTEST()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfile.cpp39 case Mode::WRITEONLY: in GetFlags()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfile.cpp39 case Mode::WRITEONLY: in GetFlags()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp68 return os::file::Mode::WRITEONLY; in GetMode()
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp69 return os::file::Mode::WRITEONLY; in GetMode()

Completed in 4 milliseconds