Searched refs:m_path (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp110 atf_error_t err = atf_fs_path_init_fmt(&m_path, "%s", s.c_str());
117 atf_error_t err = atf_fs_path_copy(&m_path, &p.m_path);
124 atf_error_t err = atf_fs_path_copy(&m_path, p);
131 atf_fs_path_fini(&m_path);
138 return atf_fs_path_cstring(&m_path);
145 return &m_path;
159 return atf_fs_path_is_absolute(&m_path);
166 return atf_fs_path_is_root(&m_path);
176 err = atf_fs_path_branch_path(&m_path,
[all...]
H A Dfs.hpp71 atf_fs_path_t m_path; member in class:atf::fs::path
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.h25 std::string m_path; member in class:lldb_private::CppModuleConfiguration::SetOncePath
37 return m_path;
H A DCppModuleConfiguration.cpp19 m_path = path.str();
25 if (m_path == path)
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dprocess.h52 const atf_fs_path_t *m_path; member in struct:atf_process_stream
H A Dfs.c79 char m_path[1024]; member in struct:invalid_umask_error_data
98 data->m_path, (unsigned int)data->m_umask);
111 strncpy(data.m_path, atf_fs_path_cstring(path), sizeof(data.m_path));
112 data.m_path[sizeof(data.m_path) - 1] = '\0';
127 const char *m_path; member in struct:unknown_type_error_data
142 data->m_path);
152 data.m_path = path;
H A Dprocess.c163 sb->m_path = path;
348 int aux = open(atf_fs_path_cstring(sp->m_sb->m_path),
352 atf_fs_path_cstring(sp->m_sb->m_path));
H A Dprocess_test.c352 atf_fs_path_t m_path; member in struct:redirect_path_stream
368 RE(atf_fs_path_init_fmt(&s->m_path, "stdout"));
371 RE(atf_fs_path_init_fmt(&s->m_path, "stderr"));
378 RE(atf_process_stream_init_redirect_path(&s->m_base.m_sb, &s->m_path));
389 atf_fs_path_fini(&s->m_path);
/freebsd-12-stable/contrib/atf/atf-sh/
H A Datf-check.cpp106 std::auto_ptr< atf::fs::path > m_path; member in class:__anon219::temp_file
126 m_path.reset(new atf::fs::path(buf.get()));
133 remove(*m_path);
142 return *m_path;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp194 : m_history(nullptr), m_event(), m_prefix(prefix), m_path() {
203 if (m_path.empty() && m_history && !m_prefix.empty()) {
217 m_path = lldb_history_file.str();
221 if (m_path.empty())
224 return m_path.c_str();
291 std::string m_path; // Path to the history file member in class:lldb_private::line_editor::EditlineHistory

Completed in 222 milliseconds