Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/windows/
Dnamed_sync.hpp117 , winapi::generic_read | winapi::generic_write in open_or_create()
/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp66 typedef enum { read_only = winapi::generic_read
67 , read_write = winapi::generic_read | winapi::generic_write
Dwin32_api.hpp521 static const unsigned long generic_read = 0x80000000L; variable
1240 void *fh = create_file(filename, generic_read | delete_access, open_existing, 0, 0); in unlink_file()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h1647 ACCESS_MASK generic_read; member