Home
last modified time | relevance | path

Searched refs:fdetails (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libselinux/src/
Dlabel_file.c468 struct file_details fdetails[2] = { in open_file() local
479 for (i = 0; i < ARRAY_SIZE(fdetails); i++) { in open_file()
482 path = rolling_append(stack_path, fdetails[i].suffix, in open_file()
487 rc = stat(path, &fdetails[i].sb); in open_file()
494 found = &fdetails[i]; in open_file()
511 (fdetails[i].sb.st_mtime >= found->sb.st_mtime)) { in open_file()
512 found = &fdetails[i]; in open_file()