Home
last modified time | relevance | path

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

/third_party/libfuse/example/
H A Dinvalidate_path.c53 static char time_file_contents[MAX_STR_LEN]; variable
94 stbuf->st_size = strlen(time_file_contents); in xmp_getattr()
140 int file_length = strlen(time_file_contents); in xmp_read()
144 memcpy(buf, time_file_contents, to_copy); in xmp_read()
172 int time_file_size = strftime(time_file_contents, MAX_STR_LEN, in update_fs()

Completed in 1 milliseconds