HomeSort by relevance Sort by last modified time
    Searched defs:isdir (Results 1 - 25 of 39) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/gdb/darwin-x86/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/gdb/linux-x86/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/
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/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
genericpath.py 10 'getsize', 'isdir', 'isfile']
32 # This follows symbolic links, so both islink() and isdir() can be true
44 # This follows symbolic links, so both islink() and isdir()
46 def isdir(s): function
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
zipio.py 5 XXX: Need to determine if isdir("zipfile.zip")
226 def isdir(path): function
230 ok = _os.path.isdir(path)
  /external/e2fsprogs/e2fsck/
pass4.c 133 int isdir; local
168 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i);
169 if (isdir && (link_counted > EXT2_LINK_MAX))
176 if ((link_count != inode->i_links_count) && !isdir &&
185 if ((isdir && link_counted > 1 &&
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
RCSProxy.py 60 files = filter(os.path.isdir, files)
63 def isdir(self, name): member in class:DirSupport
64 return os.path.isdir(name)
FSProxy.py 126 files = filter(os.path.isdir, files)
132 def isdir(self, name): member in class:FSProxyLocal
133 return self.visible(name) and os.path.isdir(name)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOsPath.py 20 def isdir(path): function
21 return os.path.isdir(LongFilePath(path))
  /external/e2fsprogs/tests/progs/
random_exercise.c 28 int isdir; member in struct:state
76 int isdir = 0; local
80 isdir = random() & 1;
81 if (isdir) {
94 state_array[fd].isdir = isdir;
97 state_array[fd].isdir = isdir;
108 if (state_array[fd].isdir)
124 if (state_array[fd].isdir)
    [all...]
  /build/make/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) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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: True
325 def isdir(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/go/darwin-x86/src/os/
file_windows.go 86 func (f *file) isdir() bool { return f != nil && f.dirinfo != nil } func
182 if file.isdir() && file.dirinfo.isempty {
190 if file.isdir() {
538 isdir := err == nil && fi.IsDir()
550 if isdir {
  /prebuilts/go/linux-x86/src/os/
file_windows.go 86 func (f *file) isdir() bool { return f != nil && f.dirinfo != nil } func
182 if file.isdir() && file.dirinfo.isempty {
190 if file.isdir() {
538 isdir := err == nil && fi.IsDir()
550 if isdir {
  /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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 177 isdir(char *filename) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 187 isdir(char *filename) /* Is directory */ function
352 if (isdir(exec_prefix))
362 if (isdir(exec_prefix))
  /external/protobuf/gtest/test/
run_tests_util_test.py 121 def isdir(self, path): member in class:FakePath
146 assert self.path.isdir(path)
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 213 // isdir reports whether p names an existing directory.
214 func isdir(p string) bool { func
216 return err == nil && fi.IsDir()
336 if !fi.IsDir() {
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 213 // isdir reports whether p names an existing directory.
214 func isdir(p string) bool { func
216 return err == nil && fi.IsDir()
336 if !fi.IsDir() {

Completed in 885 milliseconds

1 2