Searched defs:c_str (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp110 atf_error_t err = atf_fs_path_init_fmt(&m_path, "%s", s.c_str());
135 impl::path::c_str(void) function in class:impl::path
152 return c_str();
221 atf_error_t err = atf_fs_path_init_fmt(&tmp, "%s", p.c_str());
252 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s", p.c_str());
418 DIR* dp = ::opendir(p.c_str());
501 if (::unlink(p.c_str()) == -1)
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp90 if (lstat(p.c_str(), &st) == -1)
209 if (chmod(p.c_str(), fi.get_mode() | S_IRWXU) == -1) {
263 if (unmount(abs_path.c_str(), 0) == -1) {
281 tools::process::argv_array argv("umount", abs_path.c_str(), NULL);
333 impl::path::c_str(void) function in class:impl::path
336 return m_data.c_str();
426 return std::strcmp(m_data.c_str(), p.m_data.c_str()) < 0;
444 if (lstat(p.c_str(), &m_sb) == -1)
575 DIR* dp = ::opendir(p.c_str());
[all...]

Completed in 13 milliseconds