Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dlogger.py49 found_suffix = None
55 found_suffix = suffix
59 if found_suffix:
60 return found_suffix
216 found_suffix = None
222 found_suffix = suffix
226 if found_suffix:
227 return found_suffix
/external/llvm-project/lldb/source/Utility/
DArgs.cpp643 bool found_suffix = false; in SetFromString() local
659 found_suffix = true; in SetFromString()
682 if (!found_suffix) in SetFromString()