Home
last modified time | relevance | path

Searched refs:CONTROL_FIFO_FILE_S2C (Results 1 - 1 of 1) sorted by relevance

/developtools/hiperf/src/
H A Dsubcommand_record.cpp54 const std::string CONTROL_FIFO_FILE_S2C = "/data/local/tmp/.hiperf_record_control_s2c"; member
1078 remove(CONTROL_FIFO_FILE_S2C.c_str()); in ProcessControl()
1093 if (mkfifo(CONTROL_FIFO_FILE_S2C.c_str(), fifoMode) != 0 or in CreateFifoServer()
1098 remove(CONTROL_FIFO_FILE_S2C.c_str()); in CreateFifoServer()
1115 clientPipeOutput_ = open(CONTROL_FIFO_FILE_S2C.c_str(), O_WRONLY); in CreateFifoServer()
1118 HLOGE("open fifo file(%s) failed. %d:%s", CONTROL_FIFO_FILE_S2C.c_str(), errno, errInfo); in CreateFifoServer()
1125 int fd = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in CreateFifoServer()
1130 remove(CONTROL_FIFO_FILE_S2C.c_str()); in CreateFifoServer()
1144 int fdRead = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in SendFifoAndWaitReply()
1146 HLOGE("can not open fifo file(%s)", CONTROL_FIFO_FILE_S2C in SendFifoAndWaitReply()
[all...]

Completed in 3 milliseconds