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

  /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)
property.c     [all...]
methods.h     [all...]
widget.c     [all...]
  /build/blueprint/pathtools/
glob.go 333 // IsGlob returns true if the pattern contains any glob characters (*, ?, or [).
334 func IsGlob(pattern string) bool {
341 if IsGlob(s) {
  /build/soong/android/
paths.go 410 if pathtools.IsGlob(path.String()) {
472 if pathtools.IsGlob(dir) {
module.go 874 } else if pathtools.IsGlob(s) {

Completed in 339 milliseconds