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

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp258 mode_t get_mode(void) const;
H A Dfs.cpp329 impl::file_info::get_mode(void) function in class:impl::file_info
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.hpp230 mode_t get_mode(void) const;
H A Dfs.cpp206 if (erase && ((fi.get_mode() & S_IRWXU) != S_IRWXU)) {
209 if (chmod(p.c_str(), fi.get_mode() | S_IRWXU) == -1) {
486 impl::file_info::get_mode(void) function in class:impl::file_info

Completed in 32 milliseconds