HomeSort by relevance Sort by last modified time
    Searched full:_relpath (Results 1 - 4 of 4) sorted by null

  /external/lldb/test/unittest2/
loader.py 230 _relpath = relpath(path, self._top_level_dir)
231 assert not os.path.isabs(_relpath), "Path must be within the project"
232 assert not _relpath.startswith('..'), "Path must be within the project"
234 name = _relpath.replace(os.path.sep, '.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 222 _relpath = os.path.relpath(path, self._top_level_dir)
223 assert not os.path.isabs(_relpath), "Path must be within the project"
224 assert not _relpath.startswith('..'), "Path must be within the project"
226 name = _relpath.replace(os.path.sep, '.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 222 _relpath = os.path.relpath(path, self._top_level_dir)
223 assert not os.path.isabs(_relpath), "Path must be within the project"
224 assert not _relpath.startswith('..'), "Path must be within the project"
226 name = _relpath.replace(os.path.sep, '.')
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 32 from os.path import relpath as _relpath namespace
35 def _relpath(path, start=os.path.curdir): function
721 os.path.dirname(_relpath(filepath, root)))
    [all...]

Completed in 956 milliseconds