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

  /external/chromium_org/third_party/jinja2/
bccache.py 23 from jinja2.utils import open_if_exists namespace
213 f = open_if_exists(self._get_cache_filename(bucket), 'rb')
loaders.py 18 from jinja2.utils import open_if_exists, internalcode namespace
163 f = open_if_exists(filename)
utils.py 145 def open_if_exists(filename, mode='rb'): function
  /external/chromium_org/ppapi/tests/
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 322 milliseconds