Home | History | Annotate | Download | only in libutil

Lines Matching refs:file

2  * @file op_file.h
3 * Useful file management helpers
6 * @remark Read the file COPYING
22 * op_file_readable - is a file readable
23 * @param file file name
25 * Return true if the given file is readable and regular.
29 int op_file_readable(char const * file);
32 * op_get_mtime - get mtime of file
33 * @param file file name
35 * Returns the mtime of the given file or 0 on failure
37 time_t op_get_mtime(char const * file);