Searched refs:m_dir (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dfindcomp.cc36 m_dir = opendir (dir.c_str ());
41 if (m_dir != NULL)
42 closedir (m_dir);
47 if (m_dir == NULL)
50 struct dirent *entry = readdir (m_dir);
59 DIR *m_dir; member in class:scanner
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dfindcomp.cc36 m_dir = opendir (dir.c_str ());
41 if (m_dir != NULL)
42 closedir (m_dir);
47 if (m_dir == NULL)
50 struct dirent *entry = readdir (m_dir);
59 DIR *m_dir; member in class:scanner
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-cache.h99 std::string m_dir; member in class:index_cache
H A Dindex-cache.c59 m_dir = std::move (dir);
62 printf_unfiltered ("index cache: now using directory %s\n", m_dir.c_str ());
71 printf_unfiltered ("index cache: enabling (%s)\n", m_dir.c_str ());
130 if (m_dir.empty ())
139 if (!mkdir_recursive (m_dir.c_str ()))
152 write_psymtabs_to_index (per_objfile, m_dir.c_str (),
188 if (m_dir.empty ())
246 return m_dir + SLASH_STRING + build_id_str + suffix;
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-cache.h99 std::string m_dir; member in class:index_cache
H A Dindex-cache.c64 m_dir = std::move (dir);
66 index_cache_debug ("now using directory %s", m_dir.c_str ());
74 index_cache_debug ("enabling (%s)", m_dir.c_str ());
134 if (m_dir.empty ())
143 if (!mkdir_recursive (m_dir.c_str ()))
155 write_dwarf_index (per_objfile, m_dir.c_str (),
190 if (m_dir.empty ())
246 return m_dir + SLASH_STRING + build_id_str + suffix;
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dcheck.c292 atf_fs_path_t m_dir; member in struct:atf_check_result_impl
313 err = atf_fs_path_copy(&r->pimpl->m_dir, dir);
333 atf_fs_path_fini(&r->pimpl->m_dir);
345 cleanup_tmpdir(&r->pimpl->m_dir, &r->pimpl->m_stdout,
349 atf_fs_path_fini(&r->pimpl->m_dir);
/netbsd-current/external/bsd/atf/dist/tools/
H A Datffile.cpp205 const tools::fs::directory& m_dir; member in class:reader
214 tools::expand::expand_glob(name, m_dir.names());
221 if (m_dir.find(name) == m_dir.end())
244 m_dir(dir)

Completed in 217 milliseconds