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

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/common_lib/
autotemp_unittest.py 37 self.assertTrue(os.path.isdir(temp_dir.name))
  /external/autotest/client/profilers/pgo/
pgo.py 41 if os.path.isdir(self._source_dir):
  /external/autotest/server/self-test/
utils_test.py 65 self.assertTrue(os.path.isdir(dstpath))
  /external/autotest/utils/
compile_gwt_clients.py 49 if os.path.isdir(gwt_dir):
71 if os.path.isdir(tmp_client_dir):
72 if os.path.isdir(old_install_dir):
74 if os.path.isdir(install_dir):
  /external/chromium-trace/catapult/telemetry/telemetry/
__init__.py 22 if os.path.isdir(path) and path not in sys.path:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
extension_to_load.py 17 if not os.path.isdir(path):
  /external/chromium-trace/catapult/telemetry/telemetry/story/
story_set_unittest.py 40 self.assertTrue(os.path.isdir(base_dir))
  /external/chromium-trace/catapult/third_party/typ/typ/tests/
host_test.py 67 self.assertTrue(h.isdir(dirpath))
73 self.assertTrue(h.isdir(dirpath, 'bar'))
84 self.assertFalse(h.isdir(dirpath, 'bar', 'foo.txt'))
102 self.assertFalse(h.isdir(dirpath))
  /external/jsoncpp/devtools/
tarball.py 36 if os.path.isdir( source ):
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.h 107 return _fileInfo.Find(newName) && !_fileInfo.IsDir();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 51 if not os.path.isdir(fullname):
56 os.path.isdir(fullname) and \
200 if len(args) != 1 and not os.path.isdir(args[0]):
213 if os.path.isdir(arg):
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
file_util.py 111 if os.path.isdir(dst):
172 from os.path import exists, isfile, isdir, basename, dirname
184 if isdir(dst):
191 if not isdir(dirname(dst)):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genericpath.py 23 'getmtime', 'exists', 'isdir', 'isfile']
124 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), False)
129 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), False)
132 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), True)
  /prebuilts/gdb/linux-x86/lib/python2.7/
compileall.py 51 if not os.path.isdir(fullname):
56 os.path.isdir(fullname) and \
200 if len(args) != 1 and not os.path.isdir(args[0]):
213 if os.path.isdir(arg):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
file_util.py 111 if os.path.isdir(dst):
172 from os.path import exists, isfile, isdir, basename, dirname
184 if isdir(dst):
191 if not isdir(dirname(dst)):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genericpath.py 23 'getmtime', 'exists', 'isdir', 'isfile']
124 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), False)
129 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), False)
132 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), True)
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix.go 23 if m := d.Mode(); !m.IsDir() && m&0111 != 0 {
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix.go 23 if m := d.Mode(); !m.IsDir() && m&0111 != 0 {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 51 if not os.path.isdir(fullname):
56 os.path.isdir(fullname) and \
200 if len(args) != 1 and not os.path.isdir(args[0]):
213 if os.path.isdir(arg):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 111 if os.path.isdir(dst):
172 from os.path import exists, isfile, isdir, basename, dirname
184 if isdir(dst):
191 if not isdir(dirname(dst)):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 23 'getmtime', 'exists', 'isdir', 'isfile']
124 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), False)
129 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), False)
132 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 51 if not os.path.isdir(fullname):
56 os.path.isdir(fullname) and \
200 if len(args) != 1 and not os.path.isdir(args[0]):
213 if os.path.isdir(arg):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 111 if os.path.isdir(dst):
172 from os.path import exists, isfile, isdir, basename, dirname
184 if isdir(dst):
191 if not isdir(dirname(dst)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 23 'getmtime', 'exists', 'isdir', 'isfile']
124 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), False)
129 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), False)
132 self.assertIs(self.pathmodule.isdir(test_support.TESTFN), True)
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 125 _processedFileInfo.IsDir = VARIANT_BOOLToBool(prop.boolVal);
150 if (!_processedFileInfo.IsDir)
160 if (_processedFileInfo.IsDir)

Completed in 2326 milliseconds

1 2 3 45 6 7 8 91011>>