Home
last modified time | relevance | path

Searched refs:GetRootPath (Results 1 – 4 of 4) 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/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc162 string GetRootPath(const string& filename) { in GetRootPath() function
2840 "file", GetRootPath(file->name()) + GetJSFilename(name)); in GenerateFile()