Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dlabel_file.c471 struct file_details fdetails[2] = { in open_file() local
482 for (i = 0; i < ARRAY_SIZE(fdetails); i++) { in open_file()
485 path = rolling_append(stack_path, fdetails[i].suffix, in open_file()
490 rc = stat(path, &fdetails[i].sb); in open_file()
497 found = &fdetails[i]; in open_file()
514 (fdetails[i].sb.st_mtime >= found->sb.st_mtime)) { in open_file()
515 found = &fdetails[i]; in open_file()