Home
last modified time | relevance | path

Searched defs:remove_prefix (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/healthd/
H A DAnimationParser.cpp40 bool remove_prefix(std::string_view line, const char* prefix, const char** rest) { in remove_prefix() function
/aosp12/build/make/tools/warn/
H A Dwarn_common.py139 def remove_prefix(src, sub): function