Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dclient.c88 static int get_path(char* path_out, in get_path() argument
95 rc = snprintf(path_out, path_out_size, in get_path()
107 memcpy(path_out + rc, file_name, file_name_len); in get_path()
108 path_out[rc + file_name_len] = '\0'; in get_path()