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

  /external/chromium_org/chrome/common/extensions/docs/server2/
template_data_source.py 22 self._dir = type(self)._BASE
23 AssertIsDirectory(self._dir)
32 (self._dir, FormatKey(path))).Get()
39 for root, _, files in self._file_system.Walk(self._dir):
41 posixpath.join(self._dir, root, FormatKey(f)))
  /external/ipsec-tools/src/racoon/
policy.h 112 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \
115 (idx)->dir = (_dir); \
125 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \
128 (idx)->dir = (_dir); \

Completed in 73 milliseconds