Home
last modified time | relevance | path

Searched refs:GetRootPath (Results 1 – 7 of 7) 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.h155 std::string GetRootPath() const { return root_; } in GetRootPath() function
Dftrace_procfs_integrationtest.cc56 return ftrace_procfs->GetRootPath(); in GetFtracePath()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc128 string GetRootPath(const std::string& from_filename, in GetRootPath() function
3665 GetRootPath(file->name(), name) + GetJSFilename(options, name)); in GenerateFile()