HomeSort by relevance Sort by last modified time
    Searched refs:islink (Results 1 - 25 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
lll.py 14 if os.path.islink(full):
cvsfiles.py 48 if not os.path.islink(fullname):
findlinksto.py 28 if os.path.islink(dirname):
checkappend.py 66 if os.path.isdir(file) and not os.path.islink(file):
73 not os.path.islink(fullname))
classfix.py 49 elif os.path.islink(arg):
73 if os.path.islink(fullname): pass
methfix.py 46 elif os.path.islink(arg):
70 if os.path.islink(fullname): pass
pathfix.py 55 elif os.path.islink(arg):
79 if os.path.islink(fullname): pass
  /external/python/cpython2/Tools/scripts/
lll.py 14 if os.path.islink(full):
cvsfiles.py 48 if not os.path.islink(fullname):
findlinksto.py 28 if os.path.islink(dirname):
  /external/python/cpython3/Tools/scripts/
lll.py 14 if os.path.islink(full):
findlinksto.py 28 if os.path.islink(dirname):
  /external/skia/tools/skqp/
setup_resources 15 if os.path.isdir(dst) and not os.path.islink(dst):
  /external/skqp/tools/skqp/
setup_resources 15 if os.path.isdir(dst) and not os.path.islink(dst):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOsPath.py 49 islink = os.path.islink variable
  /external/libcxx/test/support/
filesystem_dynamic_test_helper.py 32 if not os.path.islink(root_p):
36 if os.path.islink(p) or not os.path.isdir(p):
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_dynamic_test_helper.py 32 if not os.path.islink(root_p):
36 if os.path.islink(p) or not os.path.isdir(p):
  /build/make/tools/releasetools/
target_files_diff.py 171 if os.path.islink(name1) and os.path.islink(name2):
178 elif os.path.islink(name1) or os.path.islink(name2):
  /external/libcxx/utils/
gen_link_script.py 62 if not os.path.islink(symlink_file):
  /external/toolchain-utils/binary_search_tool/
compiler_wrapper.py 42 if not os.path.islink(sys.argv[0]):
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
gen_link_script.py 62 if not os.path.islink(symlink_file):
  /test/framework/harnesses/host_controller/command_processor/
command_retry.py 54 and not os.path.islink(os.path.join(results_path, dir))
  /prebuilts/go/darwin-x86/src/path/filepath/
symlink.go 36 func walkLink(path string, linksWalked *int) (newpath string, islink bool, err error) {
77 newpath, islink, err := walkLink(Join(newdir, file), linksWalked)
81 if !islink {
  /prebuilts/go/linux-x86/src/path/filepath/
symlink.go 36 func walkLink(path string, linksWalked *int) (newpath string, islink bool, err error) {
77 newpath, islink, err := walkLink(Join(newdir, file), linksWalked)
81 if !islink {
  /external/python/cpython2/Lib/
macpath.py 12 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
99 def islink(s): function
183 if isdir(name) and not islink(name):
197 # realpath is a no-op on systems without islink support

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 91011>>