Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dheader_abi_util.h36 const std::string &replace_str) { in FindAndReplace() argument
40 return std::regex_replace(candidate_str, match_expr, replace_str); in FindAndReplace()
/development/vndk/tools/header-checker/utils/
Dutils.py81 def read_output_content(output_path, replace_str): argument
83 return f.read().replace(replace_str, '')