Searched refs:dirs (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/uapp/df/
H A Dmain.cpp38 int parse_args(int argc, const char** argv, df_options_t* options, const char*** dirs, size_t* count) { argument
53 *dirs = &argv[1];
56 *dirs = &root;
151 const char** dirs; local
156 if ((r = parse_args(argc, argv, &options, &dirs, &dircount))) {
178 fd.reset(open(dirs[i], O_RDONLY | O_ADMIN));
180 fd.reset(open(dirs[i], O_RDONLY));
182 fprintf(stderr, "df: Could not open target: %s\n", dirs[i]);
194 print_fs_type(dirs[i], &options, nullptr, "Unknown; cannot query filesystem");
215 print_fs_type(dirs[
[all...]
/fuchsia/zircon/third_party/ulib/backtrace/
H A Ddwarf.c278 const char **dirs; member in struct:line_header
1659 backtrace_free (state, hdr->dirs, hdr->dirs_count * sizeof (const char *),
1721 hdr->dirs = ((const char **)
1725 if (hdr->dirs == NULL)
1734 hdr->dirs[i] = (const char *) hdr_buf.buf;
1790 dir = hdr->dirs[dir_index - 1];
1912 dir = hdr->dirs[dir_index - 1];

Completed in 87 milliseconds