Home
last modified time | relevance | path

Searched defs:set_root (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/chmod/
Dchmod06.c94 void set_root(void) in set_root() function
/external/protobuf/src/google/protobuf/
Dapi.pb.h1178 inline void Mixin::set_root(const std::string& value) { in set_root() function
1183 inline void Mixin::set_root(std::string&& value) { in set_root() function
1189 inline void Mixin::set_root(const char* value) { in set_root() function
1195 inline void Mixin::set_root(const char* value, size_t size) { in set_root() function
/external/rust/crates/protobuf/src/well_known_types/
Dapi.rs918 pub fn set_root(&mut self, v: ::std::string::String) { in set_root() method