HomeSort by relevance Sort by last modified time
    Searched full:isdir (Results 251 - 275 of 999) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows.go 21 if d.IsDir() {
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 116 if !fi.IsDir() || expected != got {
  /prebuilts/go/darwin-x86/test/stress/
parsego.go 18 return !dir.IsDir() &&
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 214 // isdir reports whether p names an existing directory.
215 func isdir(p string) bool { func
217 return err == nil && fi.IsDir()
337 if !fi.IsDir() {
  /prebuilts/go/linux-x86/src/go/doc/
doc_test.go 70 return !fi.IsDir() &&
headscan.go 72 if !fi.IsDir() {
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows.go 21 if d.IsDir() {
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 116 if !fi.IsDir() || expected != got {
  /prebuilts/go/linux-x86/test/stress/
parsego.go 18 return !dir.IsDir() &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_core.py 51 elif os.path.isdir(path):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 84 if os.path.isdir(dirname):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 20 if os.path.isdir(filename):
GrepDialog.py 120 if os.path.isdir(fn):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 53 if os.path.isdir(path):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_core.py 51 elif os.path.isdir(path):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 84 if os.path.isdir(dirname):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 20 if os.path.isdir(filename):
GrepDialog.py 120 if os.path.isdir(fn):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 53 if os.path.isdir(path):
  /system/ca-certificates/google/
extract_from_pem.py 66 assert os.path.isdir(args.output_dir) and os.path.isfile(args.pem_file)
  /build/blueprint/pathtools/
glob.go 103 if info, _ := os.Stat(m); info.IsDir() {
154 if info.Mode().IsDir() {
  /external/autotest/client/bin/
xen.py 104 if not os.path.isdir(prefix):
107 if not os.path.isdir(self.boot_dir):
  /external/selinux/policycoreutils/gui/
statusPage.py 196 if os.path.isdir(SELINUXDIR + i) and os.path.isdir(SELINUXDIR + i + "/policy"):
  /external/skia/tools/
find_bad_images_in_skps.py 80 if os.path.isdir(globbedpath):
103 assert os.path.isdir(directory)
  /ndk/build/lib/
build_support.py 156 if not os.path.isdir(path):
218 if not os.path.isdir(directory):

Completed in 1310 milliseconds

<<11121314151617181920>>