HomeSort by relevance Sort by last modified time
    Searched refs:globLen (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/media/stagefright/foundation/
AStringUtils.h 31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
  /frameworks/av/media/libstagefright/foundation/
AStringUtils.cpp 30 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) {
35 while (globIx < globLen && glob[globIx] != '*') {
44 while (globIx < globLen) {
47 while (globIx < globLen && glob[globIx] != '*') {
53 if (globIx == globLen) {
69 // we will loop around as globIx < globLen
ADebug.cpp 70 size_t globLen = (next == NULL ? strlen(colon) : (next - 1 - colon));
71 while (globLen > 0 && isspace(colon[globLen - 1])) {
72 --globLen; // trim glob
76 colon, globLen, name, strlen(name), true /* ignoreCase */)) {

Completed in 233 milliseconds