HomeSort by relevance Sort by last modified time
    Searched full:pseudo_file (Results 1 - 3 of 3) sorted by null

  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 72 char pseudo_file; member in struct:inode_info
123 #define IS_PSEUDO(a) ((a)->pseudo_file)
124 #define IS_PSEUDO_PROCESS(a) ((a)->pseudo_file & PSEUDO_FILE_PROCESS)
125 #define IS_PSEUDO_OTHER(a) ((a)->pseudo_file & PSEUDO_FILE_OTHER)
pseudo.c 47 struct pseudo_dev **pseudo_file = NULL; variable in typeref:struct:pseudo_dev
258 pseudo_file = realloc(pseudo_file, (pseudo_count + 1) *
260 if(pseudo_file == NULL)
264 pseudo_file[pseudo_count ++] = dev;
270 return pseudo_file[pseudo_id];
mksquashfs.c     [all...]

Completed in 202 milliseconds