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

1 2 3 4 5 67 8 91011>>

  /external/autotest/client/common_lib/
base_utils_unittest.py 164 self.god.stub_function(os.path, "isdir")
179 os.path.isdir.expect_call("file").and_return(False)
187 os.path.isdir.expect_call("file").and_return(False)
194 os.path.isdir.expect_call("file").and_return(False)
201 os.path.isdir.expect_call("dir").and_return(True)
266 self.god.stub_function(os.path, "isdir")
295 os.path.isdir.expect_call("file").and_return(False)
300 os.path.isdir.expect_call("file").and_return(False)
306 os.path.isdir.expect_call("dir").and_return(True)
  /external/autotest/client/site_tests/graphics_PiglitBVT/
graphics_PiglitBVT.py 49 if not os.path.isdir(family_dir):
  /external/autotest/server/cros/
gsutil_wrapper.py 28 assert (os.path.isdir(destination))
  /external/autotest/server/site_tests/native_Benchmarks/
v8.py 56 if os.path.isdir(self.src):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_test_case.py 36 assert os.path.isdir(extension_path)
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
test_runner.py 64 assert os.path.isdir(dir_path)
  /external/chromium-trace/catapult/third_party/html5lib-python/
setup.py 25 if os.path.isdir(os.path.join('html5lib', name)) and
  /external/jsoncpp/scons-tools/
targz.py 48 if source.isdir():
  /external/lzma/CPP/7zip/UI/Common/
Update.h 166 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) x; \
  /external/lzma/CPP/Windows/
FileFind.cpp 59 if (!IsDir() || Name.IsEmpty())
361 // if (IsDir())
441 return fi.Find(name) && !fi.IsDir();
447 return fi.Find(name) && fi.IsDir();
FileLink.cpp 382 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size)
387 if (fi.IsDir() != isDir)
395 if (isDir)
  /external/skia/experimental/mojo/
generate.py 57 assert os.path.isdir(cdir)
  /external/skia/tools/
generate_includes_cpp.py 42 elif os.path.isdir(full_path):
  /external/vixl/tools/
git.py 32 return os.path.isdir(os.path.join(path, '.git'))
  /ndk/build/tools/
build-gcc.py 41 if not os.path.isdir(prebuilt_path):
build-llvm.py 32 if not os.path.isdir(prebuilt_path):
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PathBrowser.py 66 if not os.path.isdir(file):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
symlink_support.py 88 target_is_directory = target_is_directory or os.path.isdir(target)
test_dircache.py 30 if os.path.isdir(fname):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PathBrowser.py 66 if not os.path.isdir(file):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
symlink_support.py 88 target_is_directory = target_is_directory or os.path.isdir(target)
test_dircache.py 30 if os.path.isdir(fname):
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 81 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() }
87 if fi.IsDir() {
219 case fi.IsDir():
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 81 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() }
87 if fi.IsDir() {
219 case fi.IsDir():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py 66 if not os.path.isdir(file):

Completed in 2665 milliseconds

1 2 3 4 5 67 8 91011>>