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

  /external/ImageMagick/MagickCore/
random.c 556 file=open_utf8(filename,O_RDONLY | O_BINARY,0);
574 file=open_utf8(filename,O_RDONLY | O_BINARY,0);
581 file=open_utf8(filename,O_RDONLY | O_BINARY,0);
    [all...]
utility.c 205 source_file=open_utf8(source,O_RDONLY | O_BINARY,0);
    [all...]
utility-private.h 165 static inline int open_utf8(const char *path,int flags,mode_t mode) function
delegate.c     [all...]
blob.c 269 file=open_utf8(filename,O_RDWR | O_CREAT | O_EXCL | O_BINARY,S_MODE);
1005 file=open_utf8(filename,O_RDONLY | O_BINARY,0);
    [all...]
cache.c     [all...]
resource.c 555 file=open_utf8(path,O_RDWR | O_CREAT | O_EXCL | O_BINARY | O_NOFOLLOW,
    [all...]
string.c 610 file=open_utf8(filename,O_RDONLY | O_BINARY,0);
    [all...]
xml-tree.c 635 file=open_utf8(filename,O_RDONLY | O_BINARY,0);
    [all...]
  /external/ImageMagick/coders/
mpeg.c 404 destination_file=open_utf8(destination,O_WRONLY | O_BINARY | O_CREAT,S_MODE);
407 source_file=open_utf8(source,O_RDONLY | O_BINARY,0);

Completed in 592 milliseconds