Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 - 4 of 4) sorted by relevance

/interface/sdk_c/third_party/libuv/include/uv/
H A Dunix.h492 #if defined(O_WRONLY)
493 # define UV_FS_O_WRONLY O_WRONLY
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dfcntl.h46 #define O_WRONLY 01 macro
/interface/sdk_c/build-tools/capi_parser/src/bin/
H A Dwrite_md.py134 fd = os.open(md_name, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, mode=modes)
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/
H A Ddiff_file.py246 fd = os.open(output_path, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, mode=modes)

Completed in 2 milliseconds