Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dlabel_file.c474 struct file_details fdetails[2] = { in open_file() local
485 for (i = 0; i < ARRAY_SIZE(fdetails); i++) { in open_file()
488 path = rolling_append(stack_path, fdetails[i].suffix, in open_file()
493 rc = stat(path, &fdetails[i].sb); in open_file()
500 found = &fdetails[i]; in open_file()
513 * on the array ordering in fdetails for the case when time in open_file()
517 (fdetails[i].sb.st_mtime >= found->sb.st_mtime)) { in open_file()
518 found = &fdetails[i]; in open_file()

Completed in 2 milliseconds