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

  /external/chromium_org/ppapi/tests/
test_file_io.h 27 CREATE_IF_DOESNT_EXIST = 1 << 0,
57 // 2) (DONT_)?CREATE_IF_DOESNT_EXIST | (DONT_)?OPEN_IF_EXISTS |
test_file_io.cc 229 CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | DONT_TRUNCATE_IF_EXISTS);
251 CREATE_IF_DOESNT_EXIST | DONT_OPEN_IF_EXISTS | DONT_TRUNCATE_IF_EXISTS);
258 CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | TRUNCATE_IF_EXISTS);
274 CREATE_IF_DOESNT_EXIST | DONT_OPEN_IF_EXISTS | DONT_TRUNCATE_IF_EXISTS);
1294 bool create_if_doesnt_exist = !!(expectations & CREATE_IF_DOESNT_EXIST); local
    [all...]

Completed in 45 milliseconds