Searched refs:fd_path (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/lib/ |
D | tst_safe_file_at.c | 14 static char fd_path[PATH_MAX]; variable 25 ret = readlink(proc_path, fd_path, sizeof(fd_path)); in tst_decode_fd() 30 fd_path[ret] = '\0'; in tst_decode_fd() 32 return fd_path; in tst_decode_fd()
|
/third_party/node/deps/uvwasi/src/ |
D | path_resolver.c | 129 const char* fd_path, in uvwasi__is_path_sandboxed() argument 134 if (1 == uvwasi__is_absolute_path(fd_path, fd_path_len)) in uvwasi__is_path_sandboxed() 135 return path == strstr(path, fd_path) ? 1 : 0; in uvwasi__is_path_sandboxed() 138 if (fd_path_len == 1 && fd_path[0] == '.') { in uvwasi__is_path_sandboxed() 148 if (path != strstr(path, fd_path)) in uvwasi__is_path_sandboxed()
|
/third_party/elfutils/debuginfod/ |
D | debuginfod-client.c | 625 extract_section (int fd, const char *section, char *fd_path, char **usr_path) in extract_section() argument 696 int i = strlen (fd_path); in extract_section() 699 if (fd_path[i] == '/') in extract_section() 701 fd_path[i] = '\0'; in extract_section() 716 fd_path, escaped_name); in extract_section() 739 if (asprintf (&sec_path, "%s/section-%s", fd_path, section) == -1) in extract_section()
|