Home
last modified time | relevance | path

Searched refs:tzif_path (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/timezone/
Dtzif_parser.cc102 base::Optional<std::string> GetPosixTimezone(const base::FilePath& tzif_path) { in GetPosixTimezone() argument
104 if (tzif_path.IsAbsolute()) { in GetPosixTimezone()
105 to_parse = tzif_path; in GetPosixTimezone()
107 to_parse = base::FilePath("/usr/share/zoneinfo").Append(tzif_path); in GetPosixTimezone()
Dtzif_parser.h23 const base::FilePath& tzif_path);