Home
last modified time | relevance | path

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

/third_party/libfuse/example/
H A Dnotify_store_retrieve.c78 #define MAX_STR_LEN 128 macro
81 static char file_contents[MAX_STR_LEN];
248 char buf[MAX_STR_LEN]; in tfs_retrieve_reply()
259 bufv.buf[0].size = MAX_STR_LEN; in tfs_retrieve_reply()
289 file_size = strftime(file_contents, MAX_STR_LEN, in update_fs()
326 ret = fuse_lowlevel_notify_retrieve(se, FILE_INO, MAX_STR_LEN, in update_fs_loop()
H A Dinvalidate_path.c47 #define MAX_STR_LEN 128 macro
53 static char time_file_contents[MAX_STR_LEN];
172 int time_file_size = strftime(time_file_contents, MAX_STR_LEN, in update_fs()
H A Dnotify_inval_entry.c94 #define MAX_STR_LEN 128 macro
95 static char file_name[MAX_STR_LEN];
250 ret = strftime(file_name, MAX_STR_LEN, in update_fs()
H A Dnotify_inval_inode.c79 #define MAX_STR_LEN 128 macro
82 static char file_contents[MAX_STR_LEN];
258 file_size = strftime(file_contents, MAX_STR_LEN, in update_fs()

Completed in 3 milliseconds