/external/qemu/android/utils/ |
mapfile.c | 38 DWORD win32_disposition = OPEN_EXISTING; 69 win32_disposition = OPEN_EXISTING;
|
/ndk/sources/host-tools/ndk-stack/elff/ |
mapfile.c | 38 DWORD win32_disposition = OPEN_EXISTING; 69 win32_disposition = OPEN_EXISTING;
|
/development/host/windows/usb/api/ |
adb_helper_routines.cpp | 253 OPEN_EXISTING,
|
adb_legacy_endpoint_object.cpp | 209 OPEN_EXISTING,
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.cpp | 140 OPEN_EXISTING, // open existing pipe
|
/external/chromium_org/base/ |
file_util_win.cc | 199 NULL, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL); 459 OPEN_EXISTING, 543 OPEN_EXISTING, 609 OPEN_EXISTING,
|
sync_socket_win.cc | 80 OPEN_EXISTING, // opens existing pipe.
|
/external/chromium_org/chrome/installer/util/ |
delete_tree_work_item.cc | 75 FILE_SHARE_DELETE, NULL, OPEN_EXISTING, 0,
|
lzma_util.cc | 112 FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
|
/external/chromium_org/sandbox/win/src/ |
app_container_test.cc | 38 NULL, OPEN_EXISTING, 0, NULL));
|
policy_low_level_unittest.cc | 332 unsigned long creation_mode = OPEN_EXISTING; 354 creation_mode = OPEN_EXISTING; 391 EXPECT_TRUE(pr_pipe.AddNumberMatch(IF, 1, OPEN_EXISTING, EQUAL)); 488 unsigned long creation_mode = OPEN_EXISTING; 562 creation_mode = OPEN_EXISTING;
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.cpp | 137 OPEN_EXISTING, // open existing pipe
|
/external/chromium_org/chrome/app/ |
image_pre_reader_win.cc | 216 OPEN_EXISTING, 340 OPEN_EXISTING,
|
/external/qemu/block/ |
raw-win32.c | 97 OPEN_EXISTING, overlapped, NULL); 342 create_flags = OPEN_EXISTING;
|
/external/chromium/base/ |
file_util_win.cc | 329 NULL, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL); 368 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL)); 745 OPEN_EXISTING, [all...] |
platform_file_win.cc | 22 disposition = OPEN_EXISTING;
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
iowin32.c | 54 *lpdwCreationDisposition = OPEN_EXISTING; 60 *lpdwCreationDisposition = OPEN_EXISTING;
|
/external/lzma/CPP/Windows/ |
FileIO.cpp | 295 { return Open(fileName, FILE_SHARE_READ | (shareForWrite ? FILE_SHARE_WRITE : 0), OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL); }
309 { return Open(fileName, FILE_SHARE_READ | (shareForWrite ? FILE_SHARE_WRITE : 0), OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL); }
|
/external/stlport/src/details/ |
fstream_win32io.cpp | 243 dwCreationDisposition = OPEN_EXISTING; 248 dwCreationDisposition = OPEN_EXISTING;
|
/external/zlib/src/contrib/minizip/ |
iowin32.c | 61 *lpdwCreationDisposition = OPEN_EXISTING; 67 *lpdwCreationDisposition = OPEN_EXISTING;
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_win32io.cpp | 243 dwCreationDisposition = OPEN_EXISTING; 248 dwCreationDisposition = OPEN_EXISTING;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
connection.py | 226 address, access, 0, win32.NULL, win32.OPEN_EXISTING, 0, win32.NULL 378 0, win32.NULL, win32.OPEN_EXISTING, 0, win32.NULL
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
connection.py | 226 address, access, 0, win32.NULL, win32.OPEN_EXISTING, 0, win32.NULL 378 0, win32.NULL, win32.OPEN_EXISTING, 0, win32.NULL
|
/development/host/windows/usb/winusb/ |
adb_winusb_interface.cpp | 60 NULL, OPEN_EXISTING,
|
/external/chromium_org/chrome/installer/mini_installer/ |
decompress.cc | 83 disposition = OPEN_EXISTING;
|