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
208
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| DONT_TRUNCATE_IF_EXISTS);
221
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| DONT_TRUNCATE_IF_EXISTS);
228
CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| DONT_TRUNCATE_IF_EXISTS);
235
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| DONT_TRUNCATE_IF_EXISTS);
242
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| TRUNCATE_IF_EXISTS);
257
CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| TRUNCATE_IF_EXISTS);
265
DONT_CREATE_IF_DOESNT_EXIST |
OPEN_IF_EXISTS
| TRUNCATE_IF_EXISTS);
1285
bool
open_if_exists
= !!(expectations & OPEN_IF_EXISTS);
local
[
all
...]
Completed in 24 milliseconds