Searched defs:suffix (Results 1 - 4 of 4) sorted by relevance

/system/core/base/
H A Dstrings.cpp106 bool EndsWith(const std::string& s, const char* suffix) { argument
107 size_t suffix_length = strlen(suffix);
113 return s.compare(offset, suffix_length, suffix) == 0;
/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dhumanize_number.c48 const char *suffix, int scale, int flags)
56 _DIAGASSERT(suffix != NULL);
85 if (buf == NULL || suffix == NULL)
116 baselen += strlen(suffix);
118 /* Check if enough room for `x y' + suffix + `\0' */
154 sep, SCALE2PREFIX(i), suffix);
158 sep, SCALE2PREFIX(i), suffix);
47 humanize_number(char *buf, size_t len, int64_t bytes, const char *suffix, int scale, int flags) argument
/system/extras/ksmutils/
H A Dksminfo.c346 char suffix[13]; local
375 index = snprintf(suffix, sizeof(suffix), ":%zu",
378 index += snprintf(suffix + index, sizeof(suffix) - index, "[%d]",
381 printf("%-12s", suffix);
/system/core/libziparchive/
H A Dzip_archive.cc856 const uint8_t* suffix; member in struct:IterationHandle
864 suffix(NULL),
874 suffix = suffix_copy;
880 delete[] suffix;
948 memcmp(handle->suffix,

Completed in 116 milliseconds