OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdir
(Results
226 - 250
of
999
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
iobject.py
98
elif os.path.
isdir
(val):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
submit.py
70
if os.path.
isdir
(path):
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem_glob.py
83
if basename or self._path_module.
isdir
(dirname):
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
utils.py
79
if not os.path.
isdir
( output_dir ):
/external/libvpx/libvpx/test/android/
get_files.py
85
if not os.path.
isdir
(local_resource_path):
/external/llvm/test/Unit/
lit.cfg
39
if sys.platform in ['win32', 'cygwin'] and os.path.
isdir
(config.shlibdir):
/external/llvm/utils/lit/lit/formats/
base.py
24
if not os.path.
isdir
(filepath):
googletest.py
80
if os.path.
isdir
(filepath):
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h
180
bool
IsDir
;
/external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp
51
HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, UInt64 /* totalSize */, const wchar_t * /* path */, bool /*
isDir
*/)
/external/lzma/CPP/Windows/
FileIO.h
60
bool SetReparseData(CFSTR path, bool
isDir
, const void *data, DWORD size);
/external/skia/platform_tools/android/gyp_gen/
android_framework_gyp.py
105
assert os.path.
isdir
(folder)
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
lit.cfg
60
if not os.path.
isdir
(config.sdk_dir):
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
get_files.py
85
if not os.path.
isdir
(local_resource_path):
/prebuilts/gdb/darwin-x86/lib/python2.7/
glob.py
84
if os.path.
isdir
(dirname):
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FileList.py
20
if os.path.
isdir
(filename):
GrepDialog.py
120
if os.path.
isdir
(fn):
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test___all__.py
53
if os.path.
isdir
(path):
/prebuilts/gdb/linux-x86/lib/python2.7/
glob.py
84
if os.path.
isdir
(dirname):
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FileList.py
20
if os.path.
isdir
(filename):
GrepDialog.py
120
if os.path.
isdir
(fn):
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test___all__.py
53
if os.path.
isdir
(path):
/prebuilts/go/darwin-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/darwin-x86/src/go/doc/
doc_test.go
70
return !fi.
IsDir
() &&
headscan.go
72
if !fi.
IsDir
() {
Completed in 803 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>