HomeSort by relevance Sort by last modified time
    Searched refs:set_root (Results 1 - 9 of 9) sorted by null

  /system/update_engine/
omaha_request_params_unittest.cc 50 params_.set_root(tempdir_.GetPath().value());
117 params.set_root(tempdir_.GetPath().value());
122 params_.set_root(tempdir_.GetPath().value());
131 params.set_root(tempdir_.GetPath().value());
136 params_.set_root(tempdir_.GetPath().value());
145 params.set_root(tempdir_.GetPath().value());
156 params_.set_root(tempdir_.GetPath().value());
omaha_request_params.cc 212 void OmahaRequestParams::set_root(const string& root) { function in class:chromeos_update_engine::OmahaRequestParams
omaha_request_params.h 245 void set_root(const std::string& root);
omaha_response_handler_action_unittest.cc 387 params.set_root(tempdir.GetPath().value());
419 params.set_root(tempdir.GetPath().value());
omaha_request_action_unittest.cc     [all...]
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod06.c 80 static void set_root(void);
90 {TEST_FILE1, FILE_MODE, EPERM, set_nobody, set_root},
91 {TEST_FILE2, FILE_MODE, EACCES, set_nobody, set_root},
153 void set_root(void) function
  /external/protobuf/src/google/protobuf/
api.pb.h 411 void set_root(const ::std::string& value);
412 void set_root(const char* value);
413 void set_root(const char* value, size_t size);
935 inline void Mixin::set_root(const ::std::string& value) { function in class:google::protobuf::Mixin
940 inline void Mixin::set_root(const char* value) { function in class:google::protobuf::Mixin
945 inline void Mixin::set_root(const char* value, size_t size) { function in class:google::protobuf::Mixin
    [all...]
api.pb.cc 1980 void Mixin::set_root(const ::std::string& value) { function in class:google::protobuf::Mixin
1985 void Mixin::set_root(const char* value) { function in class:google::protobuf::Mixin
1990 void Mixin::set_root(const char* value, size_t size) { function in class:google::protobuf::Mixin
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.pb.h 411 void set_root(const ::std::string& value);
412 void set_root(const char* value);
413 void set_root(const char* value, size_t size);
935 inline void Mixin::set_root(const ::std::string& value) { function in class:google::protobuf::Mixin
940 inline void Mixin::set_root(const char* value) { function in class:google::protobuf::Mixin
945 inline void Mixin::set_root(const char* value, size_t size) { function in class:google::protobuf::Mixin
    [all...]

Completed in 253 milliseconds