Home | History | Annotate | Download | only in android

Lines Matching refs:sep

372         const char*  sep;
377 sep = strchr( name, '|' );
378 if (sep)
379 len = sep - name;
390 if (sep)
391 name = sep + 1;
393 } while (sep != NULL && *name);