Searched refs:path_to_file (Results 1 – 2 of 2) sorted by relevance
48 Result<Json::Value> LoadFromFile(const std::string& path_to_file) { in LoadFromFile() argument49 SharedFD json_fd = SharedFD::Open(path_to_file, O_RDONLY); in LoadFromFile()51 CF_EXPECTF(LoadFromFile(json_fd), "Failed to open {}", path_to_file); in LoadFromFile()
32 Result<Json::Value> LoadFromFile(const std::string& path_to_file);