Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_record.cpp50 const std::string CONTROL_FIFO_FILE_S2C = "/data/local/tmp/.hiperf_record_control_s2c"; variable
940 remove(CONTROL_FIFO_FILE_S2C.c_str()); in ProcessControl()
955 if (mkfifo(CONTROL_FIFO_FILE_S2C.c_str(), fifoMode) != 0 or in CreateFifoServer()
960 remove(CONTROL_FIFO_FILE_S2C.c_str()); in CreateFifoServer()
977 clientPipeOutput_ = open(CONTROL_FIFO_FILE_S2C.c_str(), O_WRONLY); in CreateFifoServer()
980 … HLOGE("open fifo file(%s) failed. %d:%s", CONTROL_FIFO_FILE_S2C.c_str(), errno, errInfo); in CreateFifoServer()
987 int fd = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in CreateFifoServer()
992 remove(CONTROL_FIFO_FILE_S2C.c_str()); in CreateFifoServer()
1006 int fdRead = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in SendFifoAndWaitReply()
1008 HLOGE("can not open fifo file(%s)", CONTROL_FIFO_FILE_S2C.c_str()); in SendFifoAndWaitReply()
[all …]