Searched defs:IsPathDirectory (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dutility.c89 IsPathDirectory(const char *);
857 if (IsPathDirectory(filelist[j]) <= 0)
910 if (IsPathDirectory(filename) <= 0)
1251 if ((*p == ':') && (IsPathDirectory(path) < 0) &&
1502 % IsPathDirectory() returns -1 if the directory does not exist, 1 is returned
1505 % The format of the IsPathDirectory method is:
1507 % int IsPathDirectory(const char *path)
1514 static int IsPathDirectory(const char *path)
1649 if ((IsPathDirectory(entry->d_name) > 0) ||
1496 static int IsPathDirectory(const char *path) function
/external/ImageMagick/coders/
H A Dmsl.c237 static int IsPathDirectory(const char *path)
4420 if ((*p == ':') && (IsPathDirectory(keyword) < 0) &&
231 static int IsPathDirectory(const char *path) function

Completed in 66 milliseconds