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

  /build/tools/
findleaves.py 31 for root, dirs, files in os.walk(rootdir, followlinks=True):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
247 optional argument 'followlinks' to true.
293 if followlinks or not islink(new_path):
294 for x in walk(new_path, topdown, onerror, followlinks):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
247 optional argument 'followlinks' to true.
293 if followlinks or not islink(new_path):
294 for x in walk(new_path, topdown, onerror, followlinks):
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 256 for (root, dirs, files) in os.walk(src_dir, followlinks=True):
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 499 for dirpath, dirnames, filenames in os.walk (s, followlinks=True):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 467 for root, dirs, files in os.walk(walk_path, followlinks=True):
473 self.fail("Didn't follow symlink with followlinks=True")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 467 for root, dirs, files in os.walk(walk_path, followlinks=True):
473 self.fail("Didn't follow symlink with followlinks=True")
    [all...]

Completed in 1108 milliseconds