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

1 2 3 4 5 6 7

  /external/chromium-trace/catapult/hooks/
install.py 34 if os.path.exists(full_dst_path) or os.path.islink(full_dst_path):
35 if not os.path.islink(full_dst_path):
65 if (os.path.islink(old_precommit) and
  /external/autotest/client/bin/
harness_standalone.py 51 if os.path.islink(service):
53 if os.path.islink(service_link):
local_host.py 84 if os.path.islink(path):
113 if preserve_symlinks and os.path.islink(source):
  /prebuilts/ndk/
make_platform_symlinks.py 53 if os.path.islink(dst):
64 if os.path.islink(dst):
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_zipio.py 122 self.assertTrue(zipio.islink(fn))
127 self.assertFalse(zipio.islink(os.path.join(TESTDATA, 'test.txt')))
128 self.assertFalse(zipio.islink(os.path.join(TESTDATA, 'subdir')))
129 self.assertFalse(zipio.islink(os.path.join(TESTDATA, 'zipped.egg')))
130 self.assertFalse(zipio.islink(os.path.join(TESTDATA, 'zipped.egg/subdir')))
131 self.assertFalse(zipio.islink(os.path.join(TESTDATA, 'zipped.egg/subdir4')))
132 self.assertFalse(zipio.islink(os.path.join(TESTDATA, 'zipped.egg/test.txt')))
133 self.assertFalse(zipio.islink(os.path.join(TESTDATA, 'zipped.egg/subdir/file1.txt')))
135 self.assertRaises(IOError, zipio.islink, os.path.join(TESTDATA, 'no-such-file'))
136 self.assertRaises(IOError, zipio.islink, os.path.join(TESTDATA, 'zipped.egg', 'no-such-file')
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
zipio.rst 47 .. function:: islink(path)
53 Based on :func:`os.path.islink`
  /prebuilts/gdb/darwin-x86/lib/python2.7/
genericpath.py 24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
macpath.py 11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
98 def islink(s): function
182 if isdir(name) and not islink(name):
196 # realpath is a no-op on systems without islink support
os2emxpath.py 11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
156 # realpath is a no-op on systems without islink support
  /prebuilts/gdb/linux-x86/lib/python2.7/
genericpath.py 24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
macpath.py 11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
98 def islink(s): function
182 if isdir(name) and not islink(name):
196 # realpath is a no-op on systems without islink support
os2emxpath.py 11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
156 # realpath is a no-op on systems without islink support
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
macpath.py 11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
98 def islink(s): function
182 if isdir(name) and not islink(name):
196 # realpath is a no-op on systems without islink support
os2emxpath.py 11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
156 # realpath is a no-op on systems without islink support
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
macpath.py 11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
98 def islink(s): function
182 if isdir(name) and not islink(name):
196 # realpath is a no-op on systems without islink support
os2emxpath.py 11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
156 # realpath is a no-op on systems without islink support
  /build/tools/releasetools/
target_files_diff.py 175 if os.path.islink(name1) and os.path.islink(name2):
182 elif os.path.islink(name1) or os.path.islink(name2):
  /external/libbrillo/brillo/
file_utils_unittest.cc 100 EXPECT_FALSE(base::IsLink(file_path_));
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_egg_info.py 34 if os.path.isdir(target) and not os.path.islink(target):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_egg_info.py 34 if os.path.isdir(target) and not os.path.islink(target):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 34 if os.path.isdir(target) and not os.path.islink(target):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 34 if os.path.isdir(target) and not os.path.islink(target):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
file.py 42 if os.path.islink(self._filename):

Completed in 922 milliseconds

1 2 3 4 5 6 7