Searched defs:suffix (Results 1 – 17 of 17) sorted by relevance
48 std::string suffix("_indirect"); in getLibDirPath() local
31 std::string suffix = ""; in ToDebugString() local
129 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
40 std::string suffix = pj({"lib64", "vulkan", icdFilename}); in icdJsonNameToProgramAndLauncherPaths() local
83 static int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex()
148 std::string suffix(" (deleted)"); in GetExecutablePath() local
200 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
193 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
264 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
299 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
61 static bool str_has_suffix(const char* s, const char* suffix) { in str_has_suffix()
180 const std::string& suffix in ends_with()
6472 stbi_uc suffix; member
6479 stbi_uc suffix; member
4613 bool EndsWith(const std::string& str, const std::string& suffix) { in EndsWith()4680 std::string StripSuffix(const std::string& str, const std::string& suffix) { in StripSuffix()