OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsGlob
(Results
1 - 9
of
9
) sorted by null
/external/ImageMagick/MagickCore/
token-private.h
32
IsGlob
(const char *) magick_attribute((__pure__));
token.c
586
%
IsGlob
() returns MagickTrue if the path specification contains a globbing
589
% The format of the
IsGlob
method is:
591
% MagickBooleanType
IsGlob
(const char *geometry)
598
MagickPrivate MagickBooleanType
IsGlob
(const char *path)
methods.h
[
all
...]
property.c
[
all
...]
image.c
[
all
...]
widget.c
[
all
...]
/build/soong/cmd/zip2zip/
zip2zip.go
149
if pathtools.
IsGlob
(input) {
291
if pathtools.
IsGlob
(first) {
/build/blueprint/pathtools/
glob.go
359
//
IsGlob
returns true if the pattern contains any glob characters (*, ?, or [).
360
func
IsGlob
(pattern string) bool {
367
if
IsGlob
(s) {
/build/soong/android/
paths.go
329
} else if pathtools.
IsGlob
(s) {
680
if pathtools.
IsGlob
(path.String()) {
710
if pathtools.
IsGlob
(path.String()) {
761
if pathtools.
IsGlob
(dir) {
[
all
...]
Completed in 251 milliseconds