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

  /external/tensorflow/tensorflow/tools/test/
file_name_test.py 38 for dirpath, dirnames, filenames in os.walk(BASE_DIR, followlinks=True):
  /test/vts/utils/python/io/
file_util.py 34 directory, followlinks=False):
  /build/kati/testcase/tools/
findleaves.py 31 for root, dirs, files in os.walk(rootdir, followlinks=True):
  /build/make/tools/
findleaves.py 32 for root, dirs, files in os.walk(rootdir, followlinks=True):
  /test/vts/utils/python/reporting/
report_file_utils.py 185 source_dir, followlinks=False):
  /external/python/cpython3/Lib/
os.py 277 def walk(top, topdown=True, onerror=None, followlinks=False):
316 optional argument 'followlinks' to true.
380 # directories if followlinks is False
381 if followlinks:
408 if followlinks or not islink(new_path):
409 yield from walk(new_path, topdown, onerror, followlinks)
413 yield from walk(new_path, topdown, onerror, followlinks)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 223 def walk(top, topdown=True, onerror=None, followlinks=False):
261 optional argument 'followlinks' to true.
307 if followlinks or not islink(new_path):
308 for x in walk(new_path, topdown, onerror, followlinks):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 236 def walk(top, topdown=True, onerror=None, followlinks=False):
275 optional argument 'followlinks' to true.
322 if followlinks or not islink(new_path):
323 for x in walk(new_path, topdown, onerror, followlinks):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
248 optional argument 'followlinks' to true.
295 if followlinks or not islink(new_path):
296 for x in walk(new_path, topdown, onerror, followlinks):
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/python/cpython3/Lib/distutils/
filelist.py 252 for base, dirs, files in os.walk(path, followlinks=True)
  /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
image.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 448 for root, dirs, files in os.walk(walk_path, followlinks=True):
454 self.fail("Didn't follow symlink with followlinks=True")
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 577 for dirpath, dirnames, filenames in os.walk (s, followlinks=True):
  /external/python/cpython2/Lib/test/
test_os.py 469 for root, dirs, files in os.walk(walk_path, followlinks=True):
475 self.fail("Didn't follow symlink with followlinks=True")
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/python/cpython3/Lib/test/
test_os.py 840 kwargs['followlinks'] = kwargs.pop('follow_symlinks')
    [all...]

Completed in 697 milliseconds