/prebuilts/go/darwin-x86/misc/android/ |
cleaner.go | 31 if info.IsDir() {
|
/prebuilts/go/linux-x86/misc/android/ |
cleaner.go | 31 if info.IsDir() {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
genericpath.py | 10 'getsize', 'isdir', 'isfile'] 24 # This follows symbolic links, so both islink() and isdir() can be true 36 # This follows symbolic links, so both islink() and isdir() 38 def isdir(s): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_discovery.py | 34 original_isdir = os.path.isdir 36 os.path.isdir = original_isdir 44 def isdir(path): function in function:TestDiscovery.test_find_tests 46 os.path.isdir = isdir 77 original_isdir = os.path.isdir 79 os.path.isdir = original_isdir 86 os.path.isdir = lambda path: True 137 original_isdir = os.path.isdir 157 os.path.isdir = lambda path: Tru 339 def isdir(_): function in function:TestDiscovery.test_detect_module_clash [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
genericpath.py | 10 'getsize', 'isdir', 'isfile'] 24 # This follows symbolic links, so both islink() and isdir() can be true 36 # This follows symbolic links, so both islink() and isdir() 38 def isdir(s): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_discovery.py | 34 original_isdir = os.path.isdir 36 os.path.isdir = original_isdir 44 def isdir(path): function in function:TestDiscovery.test_find_tests 46 os.path.isdir = isdir 77 original_isdir = os.path.isdir 79 os.path.isdir = original_isdir 86 os.path.isdir = lambda path: True 137 original_isdir = os.path.isdir 157 os.path.isdir = lambda path: Tru 339 def isdir(_): function in function:TestDiscovery.test_detect_module_clash [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
UpdatePair.cpp | 59 if (ai1.IsDir != ai2.IsDir)
60 return ai1.IsDir ? -1 : 1;
161 if (di->IsDir() != ai->IsDir)
162 compareResult = (ai->IsDir ? 1 : -1);
|
ArchiveOpenCallback.cpp | 51 case kpidIsDir: prop = _fileInfo.IsDir(); break;
91 if (_fileInfo.IsDir())
|
/build/tools/ijar/ |
zip_main.cc | 117 bool isdir = (mode & S_IFDIR) != 0; local 120 isdir = filename[strlen(filename)-1] == '/'; 124 printf("%c %o %s\n", isdir ? 'd' : 'f', perm, filename); 131 if (!isdir) { 196 bool isdir = (statst.st_mode & S_IFDIR) != 0; local 198 if (flatten && isdir) { 209 if (isdir && len < PATH_MAX - 1) { 218 printf("%c %o %s\n", isdir ? 'd' : 'f', perm, path); 222 if (isdir || statst.st_size == 0) {
|
/external/e2fsprogs/e2fsck/ |
pass4.c | 125 int isdir; local 159 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i); 160 if (isdir && (link_counted > EXT2_LINK_MAX)) 166 if ((link_count != inode->i_links_count) && !isdir && 175 if ((isdir && link_counted > 1 &&
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
test_devshell.py | 128 ORIGINAL_ISDIR = os.path.isdir 130 os.path.isdir = lambda path: True 135 os.path.isdir = ORIGINAL_ISDIR
|
test_gce.py | 101 ORIGINAL_ISDIR = os.path.isdir 103 os.path.isdir = lambda path: True 108 os.path.isdir = ORIGINAL_ISDIR
|
/external/owasp/sanitizer/tools/ |
update_tree_in_svn.py | 36 if os.path.isdir(path): return DIR 67 if os.path.isdir(src): children.update(os.listdir(src)) 68 if os.path.isdir(dst):
|
/prebuilts/go/darwin-x86/src/os/ |
path.go | 23 if dir.IsDir() { 54 if err1 == nil && dir.IsDir() { 81 if !dir.IsDir() {
|
/prebuilts/go/linux-x86/src/os/ |
path.go | 23 if dir.IsDir() { 54 if err1 == nil && dir.IsDir() { 81 if !dir.IsDir() {
|
/external/skia/tools/ |
build_command_buffer.py | 58 elif not os.path.isdir(chrome_src_dir): 60 if os.path.isdir(args.chrome_dir): 68 if not os.path.isdir(args.chrome_dir): 76 if not os.path.isdir(chrome_src_dir): 81 elif not os.path.isdir(args.output_dir): 145 if shared_lib_subdir and not os.path.isdir(shared_lib_dst_dir):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
dir_util.py | 44 if os.path.isdir(name) or name == '': 52 while head and tail and not os.path.isdir(head): 74 if not (exc.errno == errno.EEXIST and os.path.isdir(head)): 126 if not dry_run and not os.path.isdir(src): 159 elif os.path.isdir(src_name): 176 if os.path.isdir(real_f) and not os.path.islink(real_f):
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
dir_util.py | 44 if os.path.isdir(name) or name == '': 52 while head and tail and not os.path.isdir(head): 74 if not (exc.errno == errno.EEXIST and os.path.isdir(head)): 126 if not dry_run and not os.path.isdir(src): 159 elif os.path.isdir(src_name): 176 if os.path.isdir(real_f) and not os.path.islink(real_f):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dir_util.py | 44 if os.path.isdir(name) or name == '': 52 while head and tail and not os.path.isdir(head): 74 if not (exc.errno == errno.EEXIST and os.path.isdir(head)): 126 if not dry_run and not os.path.isdir(src): 159 elif os.path.isdir(src_name): 176 if os.path.isdir(real_f) and not os.path.islink(real_f):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dir_util.py | 44 if os.path.isdir(name) or name == '': 52 while head and tail and not os.path.isdir(head): 74 if not (exc.errno == errno.EEXIST and os.path.isdir(head)): 126 if not dry_run and not os.path.isdir(src): 159 elif os.path.isdir(src_name): 176 if os.path.isdir(real_f) and not os.path.islink(real_f):
|
/external/autotest/client/bin/ |
os_dep.py | 37 if os.path.isdir(conf_file_line): 40 if os.path.isdir(line):
|
/external/e2fsprogs/lib/ext2fs/ |
alloc_stats.c | 18 int inuse, int isdir) 34 if (isdir)
|
/external/libcxxabi/test/libcxxabi/test/ |
config.py | 37 if not os.path.isdir(cxx_headers): 45 if not os.path.isdir(libcxxabi_headers):
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zItem.h | 163 bool IsDir;
173 IsDir(false),
|
/frameworks/support/samples/SupportLeanbackShowcase/ |
build-local.py | 44 if not (os.path.isdir(repo_path) or os.path.isdir(support_frameworks_path)):
|