Searched refs:globLen (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAStringUtils.cpp30 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
29 MatchesGlob( const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) argument
H A DADebug.cpp70 size_t globLen = (next == NULL ? strlen(colon) : (next - 1 - colon)); local
71 while (globLen > 0 && isspace(colon[globLen - 1])) {
72 --globLen; // trim glob
76 colon, globLen, name, strlen(name), true /* ignoreCase */)) {
/frameworks/av/include/media/stagefright/foundation/
H A DAStringUtils.h31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAStringUtils.h31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
/frameworks/av/media/libstagefright/include/foundation/
H A DAStringUtils.h31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);

Completed in 90 milliseconds