Home
last modified time | relevance | path

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

/external/chromium/base/
Dplatform_file_win.cc60 DWORD create_flags = 0; in CreatePlatformFile() local
62 create_flags |= FILE_FLAG_OVERLAPPED; in CreatePlatformFile()
64 create_flags |= FILE_ATTRIBUTE_TEMPORARY; in CreatePlatformFile()
66 create_flags |= FILE_ATTRIBUTE_HIDDEN; in CreatePlatformFile()
68 create_flags |= FILE_FLAG_DELETE_ON_CLOSE; in CreatePlatformFile()
71 disposition, create_flags, NULL); in CreatePlatformFile()
/external/qemu/block/
Draw-win32.c318 int access_flags, create_flags; in hdev_open() local
342 create_flags = OPEN_EXISTING; in hdev_open()
351 create_flags, overlapped, NULL); in hdev_open()