Home
last modified time | relevance | path

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

/third_party/libfuse/example/
H A Dinvalidate_path.c48 #define TIME_FILE_NAME "current_time" macro
90 } else if (strcmp(path, "/" TIME_FILE_NAME) == 0) { in xmp_getattr()
119 xmp_getattr("/" TIME_FILE_NAME, &file_stat, NULL); in xmp_readdir()
120 filler(buf, TIME_FILE_NAME, &file_stat, 0, 0); in xmp_readdir()
139 if (strcmp(path, "/" TIME_FILE_NAME) == 0) { in xmp_read()
194 assert(invalidate(fuse, "/" TIME_FILE_NAME) == 0); in update_fs_loop()

Completed in 1 milliseconds