Searched refs:buf8 (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/src/
H A Davtab.c437 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;
H A Dwrite.c104 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);

Completed in 6185 milliseconds