Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 10 of 10) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dconfig_file.cpp59 bool ConfigFile::Load(std::istream &istream) { in Load() function in header_checker::utils::ConfigFile
85 bool ConfigFile::Load(const std::string &path) { in Load() function in header_checker::utils::ConfigFile
87 return stream && Load(stream); in Load()
Dapi_level.h37 bool Load(std::istream &stream);
Dapi_level_test.cpp29 api_level_map.Load(json_stream); in TEST()
Dconfig_file.h86 bool Load(const std::string &path);
87 bool Load(std::istream &istream);
Dapi_level.cpp27 bool ApiLevelMap::Load(std::istream &stream) { in Load() function in header_checker::utils::ApiLevelMap
Dconfig_file_test.cpp67 cfg.Load(stream); in TEST()
/development/gki/kmi_abi_chk/
DREADME45 4. Load the test kernel module
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp196 if (!cfg.Load(config_file_path)) { in ReadConfigFile()
/development/tools/apkcheck/
DREADME.txt37 Load additional public API list. This is intended for APKs that
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp484 if (!api_level_map.Load(stream)) { in InitializeVersionScriptParser()