Searched refs:CONTROL_FIFO_FILE_C2S (Results 1 – 1 of 1) sorted by relevance
49 const std::string CONTROL_FIFO_FILE_C2S = "/data/local/tmp/.hiperf_record_control_c2s"; variable966 clientPipeInput_ = open(CONTROL_FIFO_FILE_C2S.c_str(), O_RDONLY | O_NONBLOCK); in ClientCommandHandle()1037 remove(CONTROL_FIFO_FILE_C2S.c_str()); in ProcessControl()1054 mkfifo(CONTROL_FIFO_FILE_C2S.c_str(), fifoMode) != 0) { in CreateFifoServer()1059 remove(CONTROL_FIFO_FILE_C2S.c_str()); in CreateFifoServer()1089 remove(CONTROL_FIFO_FILE_C2S.c_str()); in CreateFifoServer()1109 int fdWrite = open(CONTROL_FIFO_FILE_C2S.c_str(), O_WRONLY | O_NONBLOCK); in SendFifoAndWaitReply()1111 HLOGE("can not open fifo file(%s)", CONTROL_FIFO_FILE_C2S.c_str()); in SendFifoAndWaitReply()1117 HLOGE("failed to write fifo file(%s) command(%s)", CONTROL_FIFO_FILE_C2S.c_str(), in SendFifoAndWaitReply()1239 remove(CONTROL_FIFO_FILE_C2S.c_str()); in CloseClientThread()