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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/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, '.')

Completed in 78 milliseconds