HomeSort by relevance Sort by last modified time
    Searched refs:f_path (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/fs/doio/
iogen.c 93 char f_path[MAX_FNAME_LENGTH + 1]; /* file name (full path) */ member in struct:file_info
520 File_List[i].f_path, File_List[i].f_length,
764 strcpy(req->r_data.read.r_file, fptr->f_path);
778 strcpy(req->r_data.write.r_file, fptr->f_path);
809 strcpy(req->r_data.io.r_file, fptr->f_path);
826 strcpy(req->r_data.io.r_file, fptr->f_path);
852 strcpy(req->r_data.io.r_file, fptr->f_path);
911 strcpy(req->r_data.listio.r_file, fptr->f_path);
964 if (stat(rec->f_path, &sbuf) == -1) {
967 TagName, rec->f_path, SYSERR)
    [all...]
  /test/vts/runners/host/
utils.py 236 def load_file_to_base64_str(f_path):
240 f_path: full path to the file including the file name.
245 path = abs_path(f_path)
  /tools/test/connectivity/acts/framework/acts/
utils.py 235 def load_file_to_base64_str(f_path):
239 f_path: full path to the file including the file name.
244 path = abs_path(f_path)
  /external/toybox/toys/pending/
diff.c 457 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); local
460 ptr = f_path;
467 free(f_path);

Completed in 109 milliseconds