HomeSort by relevance Sort by last modified time
    Searched defs:buf8 (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/src/
avtab.c 437 uint8_t buf8; local
548 rc = next_entry(&buf8, fp, sizeof(uint8_t));
553 xperms.specified = buf8;
554 rc = next_entry(&buf8, fp, sizeof(uint8_t));
559 xperms.driver = buf8;
write.c 104 uint8_t buf8; local
240 buf8 = cur->datum.xperms->specified;
241 items = put_entry(&buf8, sizeof(uint8_t),1,fp);
244 buf8 = cur->datum.xperms->driver;
245 items = put_entry(&buf8, sizeof(uint8_t),1,fp);
    [all...]

Completed in 569 milliseconds