Searched refs:c_path (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp112 const atf_fs_path_t* c_path(void) const;
H A Dfs.cpp84 atf_error_t err = atf_fs_eaccess(p.c_path(), mode);
146 impl::path::c_path(void) function in class:impl::path
303 err = atf_fs_stat_init(&m_stat, p.c_path());
460 err = atf_fs_exists(p.c_path(), &b);
514 atf_error_t err = atf_fs_rmdir(p.c_path());
H A Dprocess.hpp257 atf_error_t err = atf_process_exec_array(&s, prog.c_path(),
H A Dprocess.cpp228 atf_error_t err = atf_process_stream_init_redirect_path(&m_sb, p.c_path());

Completed in 21 milliseconds