HomeSort by relevance Sort by last modified time
    Searched defs:is_dir (Results 1 - 24 of 24) sorted by null

  /build/make/tools/fs_get_stats/
fs_get_stats.c 28 fprintf(stderr, "usage: fs_get_stats cur_perms is_dir filename targetout\n");
41 char is_dir = 0; local
59 is_dir = 1;
62 fs_config(argv[3], is_dir, argv[4], &uid, &gid, &perms, &capabilities);
  /external/e2fsprogs/contrib/android/
fsmap.c 48 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function
91 if (is_dir(pdata->fs, de->inode)) {
perms.c 212 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function
267 if (is_dir(params->fs, de->inode)) {
  /external/libchrome/base/files/
file_enumerator_posix.cc 159 const bool is_dir = info.IsDirectory(); local
161 if (recursive_ && is_dir)
164 if (is_pattern_matched && IsTypeMatched(is_dir))
  /external/tensorflow/tensorflow/core/summary/
summary_file_writer.cc 40 const Status is_dir = env_->IsDirectory(logdir); local
41 if (!is_dir.ok()) {
42 if (is_dir.code() != tensorflow::error::NOT_FOUND) {
43 return is_dir;
  /build/make/tools/atree/
fs.cpp 21 is_dir(const string& path) function
46 if (is_dir(path)) {
  /build/make/tools/fs_config/
fs_config.c 114 int is_dir = 0; local
119 buffer[i-is_dir] = '\0';
121 is_dir = 1; // empty line is considered as root directory
126 is_dir = 1;
129 is_dir = 0;
136 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities);
161 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
  /bionic/libc/system_properties/
system_properties.cpp 53 static bool is_dir(const char* pathname) { function
75 if (is_dir(property_filename_)) {
  /external/autotest/client/bin/result_tools/
result_info.py 154 if self.is_dir:
160 if self.is_dir:
196 if self.is_dir:
206 if self.is_dir:
234 for f in [f for f in self.files if f.is_dir]:
312 def is_dir(self): member in class:ResultInfo
336 if not self.is_dir:
346 if self.is_dir:
472 if not self.is_dir:
491 if self.is_dir
    [all...]
  /external/autotest/client/cros/faft/utils/
os_interface.py 156 def is_dir(self, path): member in class:OSInterface
  /external/bcc/src/cc/frontends/clang/
loader.cc 83 bool is_dir(const string& path) function in namespace:ebpf::__anon15383
95 if (is_dir(kdir + "/build") && is_dir(kdir + "/source"))
  /external/kmod/shared/
util.c 389 static inline int is_dir(const char *path) function
411 int r = is_dir(start);
  /external/u-boot/lib/efi_loader/
efi_file.c 54 static int is_dir(struct file_handle *fh) function
180 fh->isdir = is_dir(fh);
  /bionic/tools/versioner/src/
versioner.cpp 93 static bool is_dir(const std::string& path) { function
104 if (is_dir(location.header_path)) {
  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 90 int is_dir; member in struct:user_file
107 int is_dir; member in struct:link_info
423 ufile->is_dir = (type == IS_DIRECTORY);
470 if (ufile->is_dir)
  /external/e2fsprogs/misc/
e2image.c 305 int is_dir; member in struct:process_block_struct
379 if (scramble_block_map && p->is_dir && blockcnt >= 0)
    [all...]
  /external/python/cpython3/Lib/
pathlib.py 480 is_dir = path_cls.is_dir
483 if not is_dir(parent_path):
485 return self._select_from(parent_path, is_dir, exists, scandir)
490 def _select_from(self, parent_path, is_dir, exists, scandir):
500 def _select_from(self, parent_path, is_dir, exists, scandir):
503 if (is_dir if self.dironly else exists)(path):
504 for p in self.successor._select_from(path, is_dir, exists, scandir):
516 def _select_from(self, parent_path, is_dir, exists, scandir):
521 if not self.dironly or entry.is_dir()
1346 def is_dir(self): member in class:Path
    [all...]
zipfile.py 394 isdir = self.is_dir()
528 def is_dir(self): member in class:ZipInfo
    [all...]
  /external/python/cpython3/Modules/
zipimport.c 386 int is_dir; local
395 is_dir = check_is_directory(self, self->prefix, subname);
396 if (is_dir < 0)
398 else if (is_dir) {
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 92 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
2763 int is_dir, is_leaf; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1819 int is_dir; member in struct:process_block_struct
    [all...]
  /external/openssh/
sftp.c 567 is_dir(const char *path) function
629 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
646 if (is_dir(dst)) {
    [all...]
  /external/kmod/tools/
depmod.c 1240 uint8_t is_dir; local
1258 is_dir = 0;
1260 is_dir = 1;
1267 is_dir = 0;
1269 is_dir = 1;
1277 if (is_dir) {
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 131 def is_dir(self, follow_symlinks=True): member in class:DirEntry
    [all...]

Completed in 905 milliseconds