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 27 from jinja2.utils import open_if_exists namespace
218 f = open_if_exists(self._get_cache_filename(bucket), 'rb')
loaders.py 21 from jinja2.utils import LRUCache, open_if_exists, internalcode namespace
165 f = open_if_exists(filename)
utils.py 219 def open_if_exists(filename, mode='rb'): function
  /external/chromium_org/ppapi/tests/
test_file_io.cc 210 DONT_CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | DONT_TRUNCATE_IF_EXISTS);
223 DONT_CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | DONT_TRUNCATE_IF_EXISTS);
230 CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | DONT_TRUNCATE_IF_EXISTS);
237 DONT_CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | DONT_TRUNCATE_IF_EXISTS);
244 DONT_CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | TRUNCATE_IF_EXISTS);
259 CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | TRUNCATE_IF_EXISTS);
267 DONT_CREATE_IF_DOESNT_EXIST | OPEN_IF_EXISTS | TRUNCATE_IF_EXISTS);
1356 bool open_if_exists = !!(expectations & OPEN_IF_EXISTS); local
    [all...]

Completed in 968 milliseconds