OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uid_table
(Results
1 - 5
of
5
) sorted by null
/external/squashfs-tools/squashfs-tools/
unsquash-1.c
79
i.uid = (uid_t)
uid_table
[(header.base.inode_type - 1) /
98
i.uid = (uid_t)
uid_table
[inodep->offset * 16 + inodep->uid];
325
uid_table
= malloc((sBlk.no_uids + sBlk.no_guids) *
327
if(
uid_table
== NULL) {
332
guid_table =
uid_table
+ sBlk.no_uids;
344
SQUASHFS_SWAP_INTS_3(
uid_table
, suid_table,
348
sBlk.no_guids) * sizeof(unsigned int),
uid_table
);
unsquashfs.h
232
extern unsigned int *
uid_table
, *guid_table;
unsquash-2.c
151
i.uid = (uid_t)
uid_table
[header.base.uid];
unsquash-3.c
138
i.uid = (uid_t)
uid_table
[header.base.uid];
unsquashfs.c
58
unsigned int *
uid_table
, *guid_table;
variable
[
all
...]
Completed in 64 milliseconds