Home
last modified time | relevance | path

Searched refs:FILE_WRONLY (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
Dfile.h39 #define FILE_WRONLY GENERIC_WRITE macro
58 #define FILE_WRONLY O_WRONLY macro
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp82 flag |= FILE_RDONLY | FILE_WRONLY; in FileMap()