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

  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 53 join_path = cached_function(os.path.join) variable
78 for path in extended_iglob(join_path(root, rest)):
82 for path in extended_iglob(join_path(root, '*', '**/' + rest)):
338 path = join_path(base_dir, rel)
359 path = join_path(dir, depend)
367 if dir != filename and path_exists(join_path(dir, '__init__.py')):
425 include_path = join_path(os.path.dirname(filename), include)
874 fingerprint_file = join_path(
    [all...]
  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 292 join_path = os.path.join
304 return PyxLoader(fullname, join_path(path, pyx_module_name),
  /external/chromium_org/third_party/jinja2/
environment.py 519 :meth:`join_path` if necessary, not the filename on the file system.
744 def join_path(self, template, parent): member in class:Environment
774 If the `parent` parameter is not `None`, :meth:`join_path` is called
790 name = self.join_path(name, parent)
    [all...]

Completed in 150 milliseconds