Searched refs:CONTROL_FIFO_FILE_S2C (Results 1 – 1 of 1) sorted by relevance
50 const std::string CONTROL_FIFO_FILE_S2C = "/data/local/tmp/.hiperf_record_control_s2c"; variable1038 remove(CONTROL_FIFO_FILE_S2C.c_str()); in ProcessControl()1053 if (mkfifo(CONTROL_FIFO_FILE_S2C.c_str(), fifoMode) != 0 or in CreateFifoServer()1058 remove(CONTROL_FIFO_FILE_S2C.c_str()); in CreateFifoServer()1075 clientPipeOutput_ = open(CONTROL_FIFO_FILE_S2C.c_str(), O_WRONLY); in CreateFifoServer()1078 … HLOGE("open fifo file(%s) failed. %d:%s", CONTROL_FIFO_FILE_S2C.c_str(), errno, errInfo); in CreateFifoServer()1085 int fd = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in CreateFifoServer()1090 remove(CONTROL_FIFO_FILE_S2C.c_str()); in CreateFifoServer()1104 int fdRead = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in SendFifoAndWaitReply()1106 HLOGE("can not open fifo file(%s)", CONTROL_FIFO_FILE_S2C.c_str()); in SendFifoAndWaitReply()[all …]