Searched refs:join_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py53 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(
950 path = join_path(cache, file)
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyximport.py292 join_path = os.path.join
304 return PyxLoader(fullname, join_path(path, pyx_module_name),
/external/chromium_org/third_party/jinja2/
H A Denvironment.py519 :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)
813 name = self.join_path(name, parent)

Completed in 115 milliseconds