Searched refs:fifo_path (Results 1 – 1 of 1) sorted by relevance
33 int pb_create_fifo_if_not_there(const char *fifo_path) { in pb_create_fifo_if_not_there() argument34 …if ((access(fifo_path, F_OK) == -1) && (mkfifo(fifo_path, S_IRWXG | S_IRWXU) != 0) && (access(fifo… in pb_create_fifo_if_not_there()35 bs_trace_warning_line("Can not create %s\n", fifo_path); in pb_create_fifo_if_not_there()