Searched refs:FILE_OPEN (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome_elf/create_file/ |
D | chrome_create_file.cc | 166 creation_disposition = FILE_OPEN; in CreateFileNTDLL()
|
/external/chromium_org/sandbox/win/src/ |
D | filesystem_policy.cc | 281 &io_block, 0, share_access, FILE_OPEN, in OpenFileAction()
|
D | file_policy_test.cc | 112 &io_block, NULL, 0, kSharing, FILE_OPEN, in File_CreateSys32()
|
D | nt_internals.h | 95 #define FILE_OPEN 0x00000001 macro
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
D | XF86DGA.c | 528 rc = DosOpen("/dev/pmap$", &hfd, &action, 0, FILE_NORMAL, FILE_OPEN, in MapPhysAddress()
|
D | XF86DGA2.c | 902 rc = DosOpen("/dev/pmap$", &hfd, &action, 0, FILE_NORMAL, FILE_OPEN, in DGAMapPhysical()
|