OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_version
(Results
1 - 11
of
11
) sorted by null
/external/kernel-headers/original/uapi/linux/
posix_acl_xattr.h
23
/* Supported ACL
a_version
fields */
36
__le32
a_version
;
member in struct:posix_acl_xattr_header
/bionic/libc/kernel/uapi/linux/
posix_acl_xattr.h
30
__le32
a_version
;
member in struct:posix_acl_xattr_header
/external/f2fs-tools/fsck/
xattr.h
63
__le32
a_version
;
member in struct:f2fs_acl_header
mount.c
66
if (hdr->
a_version
!= cpu_to_le32(F2FS_ACL_VERSION)) {
68
le32_to_cpu(hdr->
a_version
), F2FS_ACL_VERSION);
[
all
...]
/development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java
146
message.set(AdbMessage.A_CNXN, AdbMessage.
A_VERSION
, AdbMessage.MAX_PAYLOAD, "host::\0");
AdbMessage.java
36
public static final int
A_VERSION
= 0x01000000;
/system/core/adb/
adb.h
52
#define
A_VERSION
0x01000001
transport.cpp
861
protocol_version = std::min(version,
A_VERSION
);
[
all
...]
adb.cpp
240
cp->msg.arg0 =
A_VERSION
;
[
all
...]
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
44
#define
A_VERSION
0x01000000
510
msg_send.arg0 =
A_VERSION
;
/external/e2fsprogs/misc/
fuse2fs.c
120
u_int32_t
a_version
;
member in struct:__anon19062
156
__u32
a_version
;
member in struct:__anon19065
200
if (facl_count < 0 || facl->
a_version
!= ACL_EA_VERSION)
207
h->
a_version
= ext2fs_cpu_to_le32(EXT4_ACL_VERSION);
254
eacl->
a_version
!= ext2fs_cpu_to_le32(EXT4_ACL_VERSION))
261
f->
a_version
= ACL_EA_VERSION;
[
all
...]
Completed in 6866 milliseconds