Home
last modified time | relevance | path

Searched refs:isdir (Results 1 - 25 of 273) sorted by relevance

1234567891011

/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c933 int isdir; in guess_dir() local
938 isdir = 0; in guess_dir()
945 isdir = 1; in guess_dir()
949 return (isdir); in guess_dir()
1279 static void showace(const char *attr, int off, int isdir, int level) in showace() argument
1326 if (isdir) /* a directory */ { in showace()
1420 static void showacl(const char *attr, int off, int isdir, int level) in showacl() argument
1440 showace(attr,off + x,isdir,level+4); in showacl()
1445 static void showdacl(const char *attr, int isdir, int level) in showdacl() argument
1459 showacl(attr,off,isdir,leve in showdacl()
1467 showsacl(const char *attr, int isdir, int level) showsacl() argument
1492 BOOL isdir; showall() local
1623 linux_permissions_posix(const char *attr, BOOL isdir) linux_permissions_posix() argument
1664 linux_permissions(const char *attr, BOOL isdir) linux_permissions() argument
2081 int isdir; showhex() local
2283 int isdir; restore() local
2572 BOOL isdir; tryposix() local
2749 BOOL isdir = FALSE; check_samples() local
3166 basictest(int kind, BOOL isdir, const SID *owner, const SID *group) basictest() argument
3369 posixtest(int kind, BOOL isdir, const SID *owner, const SID *group) posixtest() argument
3607 BOOL isdir; selftests() local
3804 setfull_posix(const char *fullname, const struct POSIX_SECURITY *pxdesc, BOOL isdir) setfull_posix() argument
3919 setfull(const char *fullname, int mode, BOOL isdir) setfull() argument
4110 showfull(const char *fullname, BOOL isdir) showfull() argument
4312 BOOL isdir; recurseshow() local
4355 BOOL isdir; singleshow() local
4406 BOOL isdir; showmounted() local
4548 BOOL isdir; recurseset_posix() local
4597 BOOL isdir; recurseset() local
4635 BOOL isdir; singleset_posix() local
4661 BOOL isdir; singleset() local
5000 BOOL isdir; audit_sds() local
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py53 original_isdir = os.path.isdir
55 os.path.isdir = original_isdir
63 def isdir(path): function
65 os.path.isdir = isdir
106 original_isdir = os.path.isdir
108 os.path.isdir = original_isdir
114 os.path.isdir = lambda path: False
144 original_isdir = os.path.isdir
146 os.path.isdir
743 def isdir(_): global() function
[all...]
/third_party/musl/scripts/
H A Dsearch_source_files.py8 if not os.path.isdir(path):
13 if os.path.isdir(cur_path):
27 if os.path.isdir(target_path):
31 if os.path.isdir(cur_path):
46 if os.path.isdir(cur_path) and src_dir == "src":
62 elif os.path.isdir(path + "/" + src_dir + "/" + arch):
67 if os.path.isdir(cur_path):
140 if os.path.isdir(cur_path):
/third_party/ntfs-3g/include/ntfs-3g/
H A Dacls.h153 mode_t umask, BOOL isdir);
156 mode_t umask, BOOL isdir);
162 const SID *usid, const SID *gsid, BOOL isdir);
167 int isdir, const SID *usid, const SID *gsid);
175 const SID *usid, const SID *gsid, BOOL isdir);
177 int isdir, const SID * usid, const SID * gsid);
/third_party/python/Lib/distutils/
H A Ddir_util.py42 if os.path.isdir(name) or name == '':
50 while head and tail and not os.path.isdir(head):
72 if not (exc.errno == errno.EEXIST and os.path.isdir(head)):
122 if not dry_run and not os.path.isdir(src):
155 elif os.path.isdir(src_name):
172 if os.path.isdir(real_f) and not os.path.islink(real_f):
H A Dfile_util.py107 if os.path.isdir(dst):
177 from os.path import exists, isfile, isdir, basename, dirname namespace
189 if isdir(dst):
196 if not isdir(dirname(dst)):
/third_party/node/deps/openssl/openssl/fuzz/
H A Dhelper.py25 if not os.path.isdir(FUZZER_DIR):
32 if not os.path.isdir(dd):
38 if os.path.isdir(dd):
/third_party/openssl/fuzz/
H A Dhelper.py25 if not os.path.isdir(FUZZER_DIR):
32 if not os.path.isdir(dd):
38 if os.path.isdir(dd):
/third_party/skia/gn/
H A Dcp.py15 if os.path.isdir(dst):
20 if os.path.isdir(src):
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbuild_tree.py14 return all(os.path.isdir(os.path.join(path, subdir))
19 return all(os.path.isdir(os.path.join(path, subdir))
61 if not all(os.path.isdir(d) for d in ["include", "library", "tests"]):
/third_party/jerryscript/tools/runners/
H A Drun-test-suite-test262.py58 if os.path.isdir(os.path.join(args.test_dir, '.git')):
89 if os.path.isdir(path_to_remove):
93 if os.path.isdir(path_to_remove):
/third_party/skia/infra/bots/assets/valgrind/
H A Dcreate.py46 if os.path.isdir(VALGRIND):
52 if os.path.isdir(INSTALL_DIR):
92 if not os.path.isdir(TEMP_DIR):
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c2079 BOOL isdir; in ntfs_get_perm() local
2093 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_get_perm()
2105 usid, gsid, isdir); in ntfs_get_perm()
2115 usid, gsid, isdir); in ntfs_get_perm()
2180 BOOL isdir; in ntfs_get_posix_acl() local
2193 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_get_posix_acl()
2208 usid, gsid, isdir); in ntfs_get_posix_acl()
2309 BOOL isdir; in ntfs_get_perm() local
2325 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_get_perm()
2337 usid, gsid, isdir); in ntfs_get_perm()
2447 BOOL isdir; ntfs_get_owner_mode() local
2554 inherit_posix(struct SECURITY_CONTEXT *scx, ntfs_inode *dir_ni, mode_t mode, BOOL isdir) inherit_posix() argument
2647 ntfs_alloc_securid(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid, ntfs_inode *dir_ni, mode_t mode, BOOL isdir) ntfs_alloc_securid() argument
2739 BOOL isdir; ntfs_set_inherited_posix() local
2792 ntfs_alloc_securid(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid, mode_t mode, BOOL isdir) ntfs_alloc_securid() argument
2886 BOOL isdir; ntfs_set_owner_mode() local
3087 BOOL isdir; ntfs_set_posix_acl() local
3264 BOOL isdir; ntfs_set_mode() local
3640 BOOL isdir; ntfs_set_owner() local
3764 BOOL isdir; ntfs_set_ownmod() local
[all...]
H A Dacls.c1306 mode_t mode, mode_t mask, BOOL isdir __attribute__((unused))) in ntfs_build_basic_posix()
1351 mode_t mask, BOOL isdir) in ntfs_build_inherited_posix()
1362 if (isdir) in ntfs_build_inherited_posix()
1446 if (defcnt && isdir) { in ntfs_build_inherited_posix()
1586 BOOL isdir; member
1655 if (pset->isdir) { in build_user_denials()
1684 if (pset->isdir) { in build_user_denials()
1711 if (pset->isdir) { in build_user_denials()
1730 if (pset->isdir) { in build_user_denials()
1807 if (pset->isdir) { in build_user_grants()
1349 ntfs_build_inherited_posix( const struct POSIX_SECURITY *pxdesc, mode_t mode, mode_t mask, BOOL isdir) ntfs_build_inherited_posix() argument
2099 buildacls_posix(struct MAPPING* const mapping[], char *secattr, int offs, const struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) buildacls_posix() argument
2437 buildacls(char *secattr, int offs, mode_t mode, int isdir, const SID * usid, const SID * gsid) buildacls() argument
2750 ntfs_build_descr_posix(struct MAPPING* const mapping[], struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) ntfs_build_descr_posix() argument
2851 ntfs_build_descr(mode_t mode, int isdir, const SID * usid, const SID * gsid) ntfs_build_descr() argument
2937 merge_permissions(BOOL isdir, le32 owner, le32 group, le32 world, le32 special) merge_permissions() argument
3192 build_std_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) build_std_permissions() argument
3280 build_owngrp_permissions(const char *securattr, const SID *usid, BOOL isdir) build_owngrp_permissions() argument
3470 build_ownadmin_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) build_ownadmin_permissions() argument
3668 ntfs_build_permissions_posix( struct MAPPING *const mapping[], const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) ntfs_build_permissions_posix() argument
4115 ntfs_build_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) ntfs_build_permissions() argument
[all...]
H A Dreparse.c221 int count, BOOL isdir) in search_absolute()
264 && ((ni->mrec->flags & MFT_RECORD_IS_DIRECTORY ? isdir : !isdir) in search_absolute()
560 int count, const char *mnt_point, BOOL isdir) in ntfs_get_fulllink()
600 target = search_absolute(vol,&junction[7],count - 7, isdir); in ntfs_get_fulllink()
664 BOOL isdir) in ntfs_get_abslink()
705 count - 1, isdir); in ntfs_get_abslink()
708 count - 3, isdir); in ntfs_get_abslink()
799 BOOL isdir; in ntfs_make_symlink() local
803 isdir in ntfs_make_symlink()
220 search_absolute(ntfs_volume *vol, ntfschar *path, int count, BOOL isdir) search_absolute() argument
559 ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point, BOOL isdir) ntfs_get_fulllink() argument
662 ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point __attribute__((unused)), BOOL isdir) ntfs_get_abslink() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_genericpath.py24 'getmtime', 'exists', 'isdir', 'isfile']
171 self.assertIs(self.pathmodule.isdir(filename), False)
172 self.assertIs(self.pathmodule.isdir(bfilename), False)
174 self.assertIs(self.pathmodule.isdir(filename + '\udfff'), False)
175 self.assertIs(self.pathmodule.isdir(bfilename + b'\xff'), False)
176 self.assertIs(self.pathmodule.isdir(filename + '\x00'), False)
177 self.assertIs(self.pathmodule.isdir(bfilename + b'\x00'), False)
181 self.assertIs(self.pathmodule.isdir(filename), False)
182 self.assertIs(self.pathmodule.isdir(bfilename), False)
188 self.assertIs(self.pathmodule.isdir(filenam
[all...]
H A Dtest_venv.py101 def isdir(self, *args): member in BasicTest
103 self.assertTrue(os.path.isdir(fn))
122 self.isdir(self.bindir)
123 self.isdir(self.include)
124 self.isdir(*self.lib)
353 elif os.path.isdir(fn):
375 self.isdir(self.bindir)
376 self.isdir(self.include)
377 self.isdir(*self.lib)
579 elif os.path.isdir(f
[all...]
H A Dtest_support.py153 self.assertFalse(os.path.isdir(path))
156 self.assertTrue(os.path.isdir(path))
157 self.assertFalse(os.path.isdir(path))
164 self.assertTrue(os.path.isdir(temp_path))
165 self.assertFalse(os.path.isdir(temp_path))
176 self.assertTrue(os.path.isdir(path))
179 self.assertTrue(os.path.isdir(path))
194 self.assertTrue(os.path.isdir(path))
225 if not os.path.isdir(temp_path):
307 self.assertTrue(os.path.isdir(new_cw
[all...]
/third_party/ffmpeg/tests/
H A Drotozoom.c161 int isdir = 0; in main() local
170 isdir = 1; in main()
185 if (isdir) { in main()
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py274 if not os.path.isdir(path):
387 if os.path.isdir(self.repo_dir):
419 if os.path.isdir(self.repo_dir):
461 if os.path.isdir(self.build_dir):
464 if os.path.isdir(self.install_dir):
757 if args.skip_existing_install and os.path.isdir(repo.install_dir):
/third_party/gn/build/
H A Dfull_test.py17 if os.path.isdir(d):
23 if not os.path.isdir(bin_path):
/third_party/node/deps/v8/tools/vim/
H A Dninja_output.py31 os.path.isdir(os.path.join(v8_root, name_value[1]))):
41 if os.path.isdir(os.path.join(v8_root, f)):
/third_party/python/Tools/scripts/
H A Dfinddiv.py51 if os.path.isdir(filename):
79 if os.path.normcase(fn).endswith(".py") or os.path.isdir(fn):
H A Dlinktree.py30 if not os.path.isdir(oldtree):
63 if os.path.isdir(oldname) and \
/third_party/python/Lib/distutils/tests/
H A Dtest_msvccompiler.py61 self.assertTrue(os.path.isdir(path))
73 self.assertTrue(os.path.isdir(path))

Completed in 20 milliseconds

1234567891011