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

  /external/chromium_org/third_party/cython/src/Cython/
Utils.py 88 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/Build/
Dependencies.py 50 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])))
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Main.py 227 def find_root_package_dir(self, file_path): member in class:Context
228 return Utils.find_root_package_dir(file_path)

Completed in 680 milliseconds