Home
last modified time | relevance | path

Searched refs:GetRootPath (Results 1 – 9 of 9) sorted by relevance

/external/libbrillo/brillo/
Dcryptohome.cc110 FilePath GetRootPath(const std::string& username) { in GetRootPath() function
120 return GetRootPath(username).Append(daemon); in GetDaemonPath()
Dcryptohome.h39 BRILLO_EXPORT base::FilePath GetRootPath(const std::string& username);
/external/grpc-grpc/src/compiler/
Dnode_generator.cc64 grpc::string GetRootPath(const grpc::string& from_filename, in GetRootPath() function
88 return GetRootPath(from_file, to_file) + to_file; in GetRelativePath()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dnode_generator.cc64 std::string GetRootPath(const std::string& from_filename, in GetRootPath() function
88 return GetRootPath(from_file, to_file) + to_file; in GetRelativePath()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.h172 std::string GetRootPath() const { return root_; } in GetRootPath() function
Dftrace_procfs_integrationtest.cc56 return ftrace_procfs->GetRootPath(); in GetFtracePath()
Dftrace_controller.cc639 primary_.ftrace_procfs->GetRootPath(), instance_name); in CreateSecondaryInstance()
Dftrace_config_muxer.cc612 ftrace_->GetRootPath().c_str()); in SetupConfig()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc112 std::string GetRootPath(const std::string& from_filename, in GetRootPath() function
3649 GetRootPath(file->name(), name) + GetJSFilename(options, name)); in GenerateFile()