HomeSort by relevance Sort by last modified time
    Searched refs:islink (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 272 if os.path.isfile(dst) or os.path.islink(dst):
277 if os.path.isfile(dst) or os.path.islink(dst):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
210 def islink(path): function
480 # realpath is a no-op on systems without islink support
ihooks.py 196 def path_islink(self, x): return os.path.islink(x)
mhlib.py 199 if not os.path.islink(fullsubname):
    [all...]
platform.py     [all...]
pdb.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 17 if os.path.isdir(fullname) and not os.path.islink(fullname):
test_os.py 485 if not os.path.islink(dirname):
    [all...]
test_subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
210 def islink(path): function
480 # realpath is a no-op on systems without islink support
ihooks.py 196 def path_islink(self, x): return os.path.islink(x)
mhlib.py 199 if not os.path.islink(fullsubname):
    [all...]
platform.py     [all...]
pdb.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 17 if os.path.isdir(fullname) and not os.path.islink(fullname):
test_os.py 485 if not os.path.islink(dirname):
    [all...]
test_subprocess.py     [all...]
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 48 if os.path.islink(target) or os.path.exists(target):
  /external/mesa3d/scons/
gallium.py 48 if os.path.islink(target) or os.path.exists(target):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 417 elif os.path.islink(srcpath):
bundlebuilder.py 610 if os.path.islink(path):
    [all...]

Completed in 358 milliseconds

12