Searched refs:set_root (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/chmod/ |
D | chmod06.c | 47 static void set_root(void); 57 {TEST_FILE1, FILE_MODE, EPERM, set_nobody, set_root}, 58 {TEST_FILE2, FILE_MODE, EACCES, set_nobody, set_root}, 94 void set_root(void) in set_root() function
|
/external/protobuf/src/google/protobuf/ |
D | api.pb.h | 612 void set_root(const std::string& value); 613 void set_root(std::string&& value); 614 void set_root(const char* value); 615 void set_root(const char* value, size_t size); 1178 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/v8/src/handles/ |
D | global-handles.cc | 652 void set_root(bool v) { flags_ = IsRoot::update(flags_, v); } in set_root() function in v8::internal::GlobalHandles::TracedNode 713 set_root(true); in ClearImplFields() 1260 node->set_root(tracer->IsRootForNonTracingGC( in IdentifyWeakUnmodifiedObjects() 1263 node->set_root(tracer->IsRootForNonTracingGC( in IdentifyWeakUnmodifiedObjects() 1364 node->set_root(true); in IterateYoungWeakObjectsForPhantomHandles()
|