mkfifoat function

int mkfifoat(
  1. int dirfd,
  2. String path,
  3. int mode
)

Implementation

int mkfifoat(int dirfd, String path, int mode) =>
    platform.mkfifoat(dirfd, path, mode);