Home
last modified time | relevance | path

Searched refs:m_path (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/atf/atf-c++/detail/
H A Dfs.cpp117 atf_error_t err = atf_fs_path_copy(&m_path, &p.m_path); in path()
131 atf_fs_path_fini(&m_path); in ~path()
138 return atf_fs_path_cstring(&m_path); in c_str()
145 return &m_path; in c_path()
159 return atf_fs_path_is_absolute(&m_path); in is_absolute()
166 return atf_fs_path_is_root(&m_path); in is_root()
192 err = atf_fs_path_leaf_name(&m_path, &ln); in leaf_name()
225 atf_fs_path_fini(&m_path); in operator =()
226 m_path = tmp; in operator =()
236 return atf_equal_fs_path_fs_path(&m_path, &p.m_path); in operator ==()
[all …]
H A Dfs.hpp71 atf_fs_path_t m_path; member in atf::fs::path
/freebsd-12.1/contrib/atf/atf-c/detail/
H A Dfs.c79 char m_path[1024]; member
98 data->m_path, (unsigned int)data->m_umask); in invalid_umask_format()
111 strncpy(data.m_path, atf_fs_path_cstring(path), sizeof(data.m_path)); in invalid_umask_error()
112 data.m_path[sizeof(data.m_path) - 1] = '\0'; in invalid_umask_error()
127 const char *m_path; member
142 data->m_path); in unknown_type_format()
152 data.m_path = path; in unknown_type_error()
H A Dprocess.c163 sb->m_path = path; in atf_process_stream_init_redirect_path()
348 int aux = open(atf_fs_path_cstring(sp->m_sb->m_path), in child_connect()
352 atf_fs_path_cstring(sp->m_sb->m_path)); in child_connect()
H A Dprocess.h52 const atf_fs_path_t *m_path; member
H A Dprocess_test.c352 atf_fs_path_t m_path; member
368 RE(atf_fs_path_init_fmt(&s->m_path, "stdout")); in redirect_path_stream_init()
371 RE(atf_fs_path_init_fmt(&s->m_path, "stderr")); in redirect_path_stream_init()
378 RE(atf_process_stream_init_redirect_path(&s->m_base.m_sb, &s->m_path)); in redirect_path_stream_init()
389 atf_fs_path_fini(&s->m_path); in redirect_path_stream_fini()
/freebsd-12.1/contrib/atf/atf-sh/
H A Datf-check.cpp106 std::auto_ptr< atf::fs::path > m_path; member in __anoncc2bbd670111::temp_file
126 m_path.reset(new atf::fs::path(buf.get())); in temp_file()
133 remove(*m_path); in ~temp_file()
142 return *m_path; in get_path()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp167 : m_history(NULL), m_event(), m_prefix(prefix), m_path() { in EditlineHistory()
175 if (m_path.empty() && m_history && !m_prefix.empty()) { in GetHistoryFilePath()
188 m_path = file_spec.GetPath(); in GetHistoryFilePath()
190 if (m_path.empty()) in GetHistoryFilePath()
192 return m_path.c_str(); in GetHistoryFilePath()
259 std::string m_path; // Path to the history file member in lldb_private::line_editor::EditlineHistory
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.h72 CMIUtilString m_path; // Full file name and path text. member
H A DMICmnLLDBDebugSessionInfo.cpp678 "%s/%s", vrBrkPtInfo.m_path.c_str(), vrBrkPtInfo.m_fileName.c_str()); in MIResponseFormBrkPtFrameInfo()
834 vrwBrkPtInfo.m_path = pFilePath; in GetBrkPtInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp184 m_path = path; in FinalizeLaunch()