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

/external/chromium_org/third_party/cython/src/Cython/
H A DUtils.py88 dirs = (find_root_package_dir(file_desc.filename),) + dirs
118 def find_root_package_dir(file_path): function
123 return find_root_package_dir(dir)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py227 def find_root_package_dir(self, file_path): member in class:Context
228 return Utils.find_root_package_dir(file_path)
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py50 from Cython.Utils import cached_function, cached_method, path_exists, find_root_package_dir namespace
653 depends = resolve_depends(kwds['depends'], (kwds.get('include_dirs') or []) + [find_root_package_dir(file)])
714 root = os.path.realpath(os.path.abspath(find_root_package_dir(m.sources[0])))

Completed in 78 milliseconds