Searched refs:f_path (Results 1 – 9 of 9) sorted by relevance
/third_party/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 …]
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | memory_check.c | 30 char *f_path; member 215 if (!mem_stat.f_path) { in file_path_init() 219 pos = strrchr(mem_stat.f_path, '/'); in file_path_init() 221 len = pos - mem_stat.f_path + 1; in file_path_init() 222 strncpy(mem_stat.f_path_buf, mem_stat.f_path, PATH_MAX - 1); in file_path_init() 225 snprintf(mem_stat.f_path_buf, PATH_MAX, "pid(%d)_%s", getpid(), mem_stat.f_path); in file_path_init() 724 void mem_check_init(char *f_path) in mem_check_init() argument 733 if (!f_path) { in mem_check_init() 737 if (strlen(f_path) > (PATH_MAX - PREFIX_PLACE_HOLDER - 1)) { in mem_check_init() 738 printf("file name: %s is too long, %s\n", f_path, string); in mem_check_init() [all …]
|
/third_party/musl/porting/liteos_a/user_debug/include/ |
D | debug.h | 19 void mem_check_init(char *f_path);
|
/third_party/NuttX/fs/vfs/ |
D | fs_dupfd.c | 82 if ((filep->f_vnode == NULL) || (filep->f_path == NULL)) in file_dup()
|
D | fs_open.c | 97 if ((file == NULL) || (file->f_vnode == NULL) || (file->f_path == NULL)) in get_path_from_fd() 102 copypath = strdup((const char*)file->f_path); in get_path_from_fd()
|
/third_party/NuttX/fs/inode/ |
D | fs_files.c | 222 PRINTK("Removing bchar device %s failed\n", filep->f_path); in _files_close() 363 filep2->f_path = filep1->f_path; in file_dup2() 453 filep->f_path = vnode_ptr->filePath; in files_allocate()
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 95 char *f_path; /* File fullpath */ member
|
/third_party/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()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 794 DPRINTFN(2, "%s fflags=0x%08x\n", filep->f_path, fflags); in usb_open()
|