Searched refs:Load (Results 1 – 10 of 10) sorted by relevance
59 bool ConfigFile::Load(std::istream &istream) { in Load() function in header_checker::utils::ConfigFile85 bool ConfigFile::Load(const std::string &path) { in Load() function in header_checker::utils::ConfigFile87 return stream && Load(stream); in Load()
37 bool Load(std::istream &stream);
29 api_level_map.Load(json_stream); in TEST()
86 bool Load(const std::string &path);87 bool Load(std::istream &istream);
27 bool ApiLevelMap::Load(std::istream &stream) { in Load() function in header_checker::utils::ApiLevelMap
67 cfg.Load(stream); in TEST()
45 4. Load the test kernel module
196 if (!cfg.Load(config_file_path)) { in ReadConfigFile()
37 Load additional public API list. This is intended for APKs that
484 if (!api_level_map.Load(stream)) { in InitializeVersionScriptParser()