Searched refs:f_path (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/other/ |
D | losetup.c | 106 char *f_path = xabspath(file, 1); local 108 if (!f_path) perror_exit("file"); // already opened, but if deleted since... 110 free(f_path); 114 xstrncpy((char *)loop->lo_file_name, f_path, LO_NAME_SIZE); 115 free(f_path);
|
/external/ltp/testcases/kernel/fs/doio/ |
D | iogen.c | 93 char f_path[MAX_FNAME_LENGTH + 1]; /* file name (full path) */ member 520 File_List[i].f_path, File_List[i].f_length, in startup_info() 764 strcpy(req->r_data.read.r_file, fptr->f_path); in form_iorequest() 778 strcpy(req->r_data.write.r_file, fptr->f_path); in form_iorequest() 809 strcpy(req->r_data.io.r_file, fptr->f_path); in form_iorequest() 826 strcpy(req->r_data.io.r_file, fptr->f_path); in form_iorequest() 852 strcpy(req->r_data.io.r_file, fptr->f_path); in form_iorequest() 911 strcpy(req->r_data.listio.r_file, fptr->f_path); in form_iorequest() 964 if (stat(rec->f_path, &sbuf) == -1) { in get_file_info() 967 TagName, rec->f_path, SYSERR); in get_file_info() [all …]
|
/external/toybox/toys/pending/ |
D | diff.c | 472 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); in skip() local 475 ptr = f_path; in skip() 482 free(f_path); in skip()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 1336 …<var-decl name='f_path' type-id='type-id-361' visibility='default' filepath='/ws/android/kernel/ao…
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 5447 …<var-decl name="f_path" type-id="b5382ece" visibility="default" filepath="include/linux/fs.h" line… 71531 …<var-decl name="f_path" type-id="b5382ece" visibility="default" filepath="include/linux/fs.h" line…
|
D | test-PR27569-v0.abi | 5447 …<var-decl name="f_path" type-id="b5382ece" visibility="default" filepath="include/linux/fs.h" line… 71517 …<var-decl name="f_path" type-id="b5382ece" visibility="default" filepath="include/linux/fs.h" line…
|