Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dtype_name.h50 constexpr std::string_view suffix = ">::PrettyFn"; in ExtractName() local
Dproc_file_utils.cpp181 std::string suffix(" (deleted)"); in GetExecutablePath() local
/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.cpp33 std::string suffix = ""; in ToDebugString() local
/device/amlogic/yukawa/hal/bootctrl/
Dboot_control.cc83 static int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex()
/device/google/gs-common/bootctrl/1.2/
DBootControl.cpp285 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
/device/google/gs-common/bootctrl/aidl/
DBootControl.cpp319 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
/device/google/trout/hal/sensors/2.1/
Diio_utils.cpp61 static bool str_has_suffix(const char* s, const char* suffix) { in str_has_suffix()