Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Build/
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/
Dpyximport.py292 join_path = os.path.join
304 return PyxLoader(fullname, join_path(path, pyx_module_name),
/external/chromium_org/third_party/jinja2/
Denvironment.py744 def join_path(self, template, parent): member in Environment
790 name = self.join_path(name, parent)
813 name = self.join_path(name, parent)