HomeSort by relevance Sort by last modified time
    Searched refs:LineScope (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/header-checker/header-abi-util/src/
version_script_parser.cpp 142 typedef VersionScriptParser::LineScope LineScope;
144 LineScope VersionScriptParser::GetLineScope(std::string &line,
145 LineScope scope) {
147 scope = LineScope::local;
154 LineScope scope = LineScope::global;
164 if (scope != LineScope::global || StringContains(line, "global:")) {
  /development/vndk/tools/header-checker/header-abi-util/include/
header_abi_util.h 43 enum LineScope {
65 LineScope GetLineScope(std::string &line, LineScope scope);

Completed in 102 milliseconds