Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dcryptohome.cc99 FilePath GetRootPath(const std::string& username) { in GetRootPath() function
109 return GetRootPath(username).Append(daemon); in GetDaemonPath()
Dcryptohome.h39 BRILLO_EXPORT base::FilePath GetRootPath(const std::string& username);
/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()