OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isdir
(Results
226 - 250
of
992
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/devlib/devlib/
host.py
45
if ('*' in source or '?' in source) and os.path.
isdir
(dest):
/external/jsoncpp/scons-tools/
targz.py
48
if source.
isdir
():
/external/libvpx/libvpx/test/android/
get_files.py
85
if not os.path.
isdir
(local_resource_path):
/external/libyuv/files/
setup_links.py
240
flag = 1 if os.path.
isdir
(source_path) else 0
266
source_dir, None, check_fn=os.path.
isdir
,
342
if sys.platform.startswith('win') and os.path.
isdir
(link_path):
400
elif os.path.
isdir
(link_path):
/external/nanopb-c/tests/site_scons/site_tools/
nanopb.py
47
if os.path.
isdir
(p) and os.path.isfile(os.path.join(p, 'pb.h')):
/external/python/cpython2/Demo/tix/samples/
Tree.py
71
if os.path.
isdir
(dir + '/' + file):
/external/python/cpython2/Lib/distutils/tests/
test_core.py
53
elif os.path.
isdir
(path):
/external/python/cpython2/Lib/test/
symlink_support.py
88
target_is_directory = target_is_directory or os.path.
isdir
(target)
/external/python/cpython2/Tools/scripts/
findnocoding.py
23
elif os.path.
isdir
(path):
pysource.py
109
elif os.path.
isdir
(path):
/external/toolchain-utils/cros_utils/
file_utils.py
41
if os.path.
isdir
(os.path.join(chromeos_root, 'chromite')):
/external/webrtc/
setup_links.py
261
flag = 1 if os.path.
isdir
(source_path) else 0
287
source_dir, None, check_fn=os.path.
isdir
,
363
if sys.platform.startswith('win') and os.path.
isdir
(link_path):
421
elif os.path.
isdir
(link_path):
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
symlink_support.py
88
target_is_directory = target_is_directory or os.path.
isdir
(target)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
symlink_support.py
88
target_is_directory = target_is_directory or os.path.
isdir
(target)
/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/test/
symlink_support.py
88
target_is_directory = target_is_directory or os.path.
isdir
(target)
/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/test/
symlink_support.py
88
target_is_directory = target_is_directory or os.path.
isdir
(target)
/test/vts/script/
monitor-runner-output.py
33
if os.path.
isdir
(os.path.join(LOG_DIR, folder_name)) and
/build/soong/python/scripts/
stub_template_host.txt
56
top_pkg_dirs = [i for i in top_entries if os.path.
isdir
(i)]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
SimpleHTTPServer.py
71
if os.path.
isdir
(path):
134
if os.path.
isdir
(fullname):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcslib.py
164
if os.path.
isdir
('RCS'):
190
if os.path.
isdir
('RCS'):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
eqfix.py
47
if os.path.
isdir
(arg):
74
elif os.path.
isdir
(fullname):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleHTTPServer.py
68
if os.path.
isdir
(path):
123
if os.path.
isdir
(fullname):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cleanfuture.py
79
if os.path.
isdir
(file) and not os.path.islink(file):
85
if ((recurse and os.path.
isdir
(fullname) and
Completed in 2734 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>