/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util_win.cc | 536 DWORD fileattr = GetFileAttributes(path_str); in PathHasAccess() local 537 if (fileattr == INVALID_FILE_ATTRIBUTES) in PathHasAccess() 540 bool is_directory = fileattr & FILE_ATTRIBUTE_DIRECTORY; in PathHasAccess() 565 DWORD fileattr = GetFileAttributes(path.value().c_str()); in DirectoryExists() local 566 if (fileattr != INVALID_FILE_ATTRIBUTES) in DirectoryExists() 567 return (fileattr & FILE_ATTRIBUTE_DIRECTORY) != 0; in DirectoryExists() 761 const DWORD fileattr = ::GetFileAttributes(full_path_str); in CreateDirectoryAndGetError() local 762 if (fileattr != INVALID_FILE_ATTRIBUTES) { in CreateDirectoryAndGetError() 763 if ((fileattr & FILE_ATTRIBUTE_DIRECTORY) != 0) { in CreateDirectoryAndGetError()
|
/aosp_15_r20/external/pdfium/testing/utils/ |
H A D | path_service.cpp | 50 DWORD fileattr = GetFileAttributesA(path.c_str()); in DirectoryExists() local 51 if (fileattr != INVALID_FILE_ATTRIBUTES) in DirectoryExists() 52 return (fileattr & FILE_ATTRIBUTE_DIRECTORY) != 0; in DirectoryExists()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | filestat.c | 57 ULONG filetype, fileattr, rc; in handle_type() local 59 rc = DosQueryHType(file, &filetype, &fileattr); in handle_type()
|
/aosp_15_r20/external/curl/tests/ |
H A D | runner.pm | 778 my %fileattr = getpartattr("client", "file".$partsuffix); 779 my $filename=$fileattr{'name'}; 804 if($fileattr{'nonewline'}) {
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 2187 fileattr: 0, 2237 fileattr: Attrgroup, field
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 1106 pub fileattr: attrgroup_t, 1124 pub fileattr: attrgroup_t,
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 1106 pub fileattr: attrgroup_t, 1124 pub fileattr: attrgroup_t,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 1106 pub fileattr: attrgroup_t, 1124 pub fileattr: attrgroup_t,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 1106 pub fileattr: attrgroup_t, 1124 pub fileattr: attrgroup_t,
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/ |
H A D | mod.rs | 1106 pub fileattr: attrgroup_t, 1124 pub fileattr: attrgroup_t,
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 1114 pub fileattr: attrgroup_t, 1132 pub fileattr: attrgroup_t,
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 1106 pub fileattr: attrgroup_t, 1124 pub fileattr: attrgroup_t,
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 3962 struct fileattr; 3989 int (*fileattr_set)(struct mnt_idmap *, struct dentry *, struct fileattr *); 3990 int (*fileattr_get)(struct dentry *, struct fileattr *); 37754 struct fileattr { struct
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 4483 struct fileattr; 4507 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 4508 int (*fileattr_get)(struct dentry *, struct fileattr *); 41390 struct fileattr { struct
|
H A D | vmlinux_600.h | 4483 struct fileattr; 4507 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 4508 int (*fileattr_get)(struct dentry *, struct fileattr *); 41390 struct fileattr { struct
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 3645 struct fileattr; 3670 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 3671 int (*fileattr_get)(struct dentry *, struct fileattr *); 32575 struct fileattr { struct 64960 u64 fileattr; member
|
H A D | vmlinux.h | 3645 struct fileattr; 3670 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 3671 int (*fileattr_get)(struct dentry *, struct fileattr *); 32575 struct fileattr { struct 64960 u64 fileattr; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 3719 struct fileattr; 3744 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 3745 int (*fileattr_get)(struct dentry *, struct fileattr *); 75563 struct fileattr { struct
|
H A D | vmlinux_602.h | 3719 struct fileattr; 3744 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 3745 int (*fileattr_get)(struct dentry *, struct fileattr *); 75563 struct fileattr { struct
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 3998 struct fileattr; 4022 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 4023 int (*fileattr_get)(struct dentry *, struct fileattr *); 51158 struct fileattr { struct
|
H A D | vmlinux_518.h | 3998 struct fileattr; 4022 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 4023 int (*fileattr_get)(struct dentry *, struct fileattr *); 51158 struct fileattr { struct
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 3797 struct fileattr; 3821 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 3822 int (*fileattr_get)(struct dentry *, struct fileattr *); 71074 struct fileattr { struct
|
H A D | vmlinux.h | 3797 struct fileattr; 3821 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *); 3822 int (*fileattr_get)(struct dentry *, struct fileattr *); 71074 struct fileattr { struct
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 676 struct fileattr; 703 int (*fileattr_set)(struct mnt_idmap *, struct dentry *, struct fileattr *); 704 int (*fileattr_get)(struct dentry *, struct fileattr *); 48548 struct fileattr { struct
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 1259 struct fileattr; 1286 int (*fileattr_set)(struct mnt_idmap *, struct dentry *, struct fileattr *); 1287 int (*fileattr_get)(struct dentry *, struct fileattr *); 39091 struct fileattr { struct
|