HomeSort by relevance Sort by last modified time
    Searched refs:exportable (Results 1 - 4 of 4) sorted by null

  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 102 duplicate_checking, exportable, no_xattr, comp_opt) (noi | \
105 (exportable << 7) | (nox << 8) | (no_xattr << 9) | \
mksquashfs.c 105 int exportable = TRUE; variable
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.h 63 unsigned int exportable:1; /* Nonzero if the variable _could_ be member in struct:variable
variable.c 229 v->exportable = 1;
232 v->exportable = 0;
241 v->exportable = 0;
916 if (! v->exportable)
    [all...]

Completed in 77 milliseconds