OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdir
(Results
51 - 75
of
999
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/test/
config.py
38
if not os.path.
isdir
(cxx_headers):
46
if not os.path.
isdir
(libcxxabi_headers):
/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):
38
elif not os.path.
isdir
(self.install_dir):
/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):
38
elif not os.path.
isdir
(self.install_dir):
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go
72
if err != nil || !fi.
IsDir
() {
79
if err != nil || !fi.
IsDir
() {
/prebuilts/go/darwin-x86/src/io/ioutil/
ioutil_test.go
83
case !dir.
IsDir
() && dir.Name() == "io_test.go":
85
case dir.
IsDir
() && dir.Name() == "ioutil":
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go
72
if err != nil || !fi.
IsDir
() {
79
if err != nil || !fi.
IsDir
() {
/prebuilts/go/linux-x86/src/io/ioutil/
ioutil_test.go
83
case !dir.
IsDir
() && dir.Name() == "io_test.go":
85
case dir.
IsDir
() && dir.Name() == "ioutil":
/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):
38
elif not os.path.
isdir
(self.install_dir):
/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):
38
elif not os.path.
isdir
(self.install_dir):
/external/autotest/client/site_tests/platform_TempFS/
platform_TempFS.py
32
if os.path.
isdir
(dir):
/external/autotest/client/tests/connectathon/
control
25
if not os.path.
isdir
(dir):
/external/autotest/client/tools/
make_clean
25
if os.path.
isdir
('tmp'):
/external/autotest/server/site_tests/native_Benchmarks/
native_Benchmarks.py
49
if scratch_srv and os.path.
isdir
(scratch_srv):
/external/autotest/tko/parsers/test/
inspect_parser_result_store.py
24
if not path.exists(scenario_dirpath) or not path.
isdir
(scenario_dirpath):
/external/chromium-trace/catapult/catapult_base/catapult_base/
__init__.py
16
if os.path.
isdir
(path) and path not in sys.path:
/external/chromium-trace/catapult/catapult_build/
temp_deployment_dir.py
29
if os.path.
isdir
(src):
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
__init__.py
17
if os.path.
isdir
(path) and path not in sys.path:
/external/chromium-trace/catapult/devil/devil/utils/
zip_utils.py
18
if os.path.
isdir
(path):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
scriptbase.py
20
if not os.path.
isdir
(path):
/external/chromium-trace/catapult/tracing/bin/
run_metric
25
if os.path.
isdir
(args.trace_file_or_dir):
/external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.h
44
bool
IsDir
;
/external/lzma/CPP/7zip/UI/Common/
IFileExtractCallback.h
62
STDMETHOD(GetStream7)(const wchar_t *name, Int32
isDir
, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) x; \
/external/owasp/sanitizer/tools/
cut_release.py
56
assert os.path.
isdir
(maven_directory_path), maven_directory_path
57
assert os.path.
isdir
(trunk_directory_path), trunk_directory_path
59
assert os.path.
isdir
(version_template_directory_path), (
104
if os.path.
isdir
(src_path):
/prebuilts/gdb/darwin-x86/lib/python2.7/
dircache.py
40
if os.path.
isdir
(os.path.join(head, list[i])):
/prebuilts/gdb/linux-x86/lib/python2.7/
dircache.py
40
if os.path.
isdir
(os.path.join(head, list[i])):
Completed in 1090 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>