HomeSort by relevance Sort by last modified time
    Searched full:isglob (Results 1 - 12 of 12) sorted by null

  /build/blueprint/pathtools/
glob.go 321 // IsGlob returns true if the pattern contains any glob characters (*, ?, or [).
322 func IsGlob(pattern string) bool {
329 if IsGlob(s) {
  /build/soong/cmd/zip2zip/
zip2zip.go 143 if pathtools.IsGlob(input) {
  /external/ImageMagick/MagickCore/
token-private.h 32 IsGlob(const char *);
token.c 594 % IsGlob() returns MagickTrue if the path specification contains a globbing
597 % The format of the IsGlob method is:
599 % MagickBooleanType IsGlob(const char *geometry)
606 MagickPrivate MagickBooleanType IsGlob(const char *path)
methods.h     [all...]
property.c     [all...]
utility.c 811 if ((IsGlob(filename) == MagickFalse) && (*option != '@'))
    [all...]
widget.c     [all...]
  /external/libedit/src/
chared.h 125 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro
search.c 321 } else if (isglob(*cp)) {
  /build/soong/android/
paths.go 531 if pathtools.IsGlob(ret.String()) {
636 if pathtools.IsGlob(dir) {
module.go     [all...]

Completed in 376 milliseconds