OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPEN_IF_EXISTS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/tests/
test_file_io.h
29
OPEN_IF_EXISTS
= 1 << 2,
57
// 2) (DONT_)?CREATE_IF_DOESNT_EXIST | (DONT_)?
OPEN_IF_EXISTS
|
test_file_io.cc
209
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| DONT_TRUNCATE_IF_EXISTS);
222
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| DONT_TRUNCATE_IF_EXISTS);
229
CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| DONT_TRUNCATE_IF_EXISTS);
236
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| DONT_TRUNCATE_IF_EXISTS);
243
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| TRUNCATE_IF_EXISTS);
258
CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| TRUNCATE_IF_EXISTS);
266
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| TRUNCATE_IF_EXISTS);
1295
bool
open_if_exists
= !!(expectations & OPEN_IF_EXISTS);
local
[
all
...]
Completed in 1237 milliseconds