Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dtouch.c82 char *reference_file; in touch_main() local
87 # define reference_file NULL in touch_main() macro
124 , &reference_file in touch_main()
134 xstat(reference_file, &stbuf); in touch_main()
/busybox-1.35.0/selinux/
Dchcon.c164 char *reference_file; in chcon_main() local
178 &user, &role, &type, &range, &reference_file in chcon_main()
186 if (getfilecon(reference_file, &specified_context) < 0) in chcon_main()
187 bb_perror_msg_and_die("getfilecon('%s') failed", reference_file); in chcon_main()