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

/freebsd-10-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-10-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.c349 atf_fs_path_t m_path; member in struct:redirect_path_stream
365 RE(atf_fs_path_init_fmt(&s->m_path, "stdout"));
368 RE(atf_fs_path_init_fmt(&s->m_path, "stderr"));
375 RE(atf_process_stream_init_redirect_path(&s->m_base.m_sb, &s->m_path));
386 atf_fs_path_fini(&s->m_path);
/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf-check.cpp106 std::auto_ptr< atf::fs::path > m_path; member in class:__anon175::temp_file
126 m_path.reset(new atf::fs::path(buf.get()));
133 remove(*m_path);
142 return *m_path;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h464 m_path ()
474 m_path.clear();
515 if (m_path.empty())
517 return m_path.c_str();
524 std::string m_path; // A file path to use for opening after fork or posix_spawn member in class:lldb_private::ProcessLaunchInfo::FileAction
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp637 m_path.assign (path);
735 info->m_path.c_str(),
742 file_actions, info->m_fd, info->m_path.c_str(), oflag, mode);

Completed in 197 milliseconds