OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creation_disposition
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/common/
zip.cc
117
DWORD desired_access,
creation_disposition
;
local
126
creation_disposition
= OPEN_EXISTING;
130
creation_disposition
= OPEN_EXISTING;
133
creation_disposition
= CREATE_ALWAYS;
139
NULL,
creation_disposition
, flags_and_attributes, NULL);
/external/chromium_org/chrome/test/chromedriver/chrome/
zip_internal.cc
38
DWORD desired_access,
creation_disposition
;
local
47
creation_disposition
= OPEN_EXISTING;
51
creation_disposition
= OPEN_EXISTING;
54
creation_disposition
= CREATE_ALWAYS;
60
NULL,
creation_disposition
, flags_and_attributes, NULL);
/external/chromium_org/third_party/zlib/google/
zip_internal.cc
38
DWORD desired_access,
creation_disposition
;
local
47
creation_disposition
= OPEN_EXISTING;
51
creation_disposition
= OPEN_EXISTING;
54
creation_disposition
= CREATE_ALWAYS;
60
NULL,
creation_disposition
, flags_and_attributes, NULL);
Completed in 563 milliseconds