Home
last modified time | relevance | path

Searched refs:fifo_path (Results 1 – 1 of 1) sorted by relevance

/babblesim_base-3.7.0/libPhyComv1/src/
Dbs_pc_base.c33 int pb_create_fifo_if_not_there(const char *fifo_path) { in pb_create_fifo_if_not_there() argument
34 …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()