HomeSort by relevance Sort by last modified time
    Searched defs:desired_access (Results 1 - 2 of 2) sorted by null

  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 196 ULONG desired_access; local
200 &desired_access, &desired_sharing)) {
206 desired_access,
  /external/chromium/chrome/common/
zip.cc 117 DWORD desired_access, creation_disposition; local
122 desired_access = share_mode = flags_and_attributes = 0;
125 desired_access = GENERIC_READ;
129 desired_access = GENERIC_WRITE | GENERIC_READ;
132 desired_access = GENERIC_WRITE | GENERIC_READ;
137 if ((filename != NULL) && (desired_access != 0)) {
138 file = CreateFile(filename_wstr.c_str(), desired_access, share_mode,

Completed in 2150 milliseconds