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"; variable868 clientPipeInput_ = open(CONTROL_FIFO_FILE_C2S.c_str(), O_RDONLY | O_NONBLOCK); in ClientCommandHandle()939 remove(CONTROL_FIFO_FILE_C2S.c_str()); in ProcessControl()956 mkfifo(CONTROL_FIFO_FILE_C2S.c_str(), fifoMode) != 0) { in CreateFifoServer()961 remove(CONTROL_FIFO_FILE_C2S.c_str()); in CreateFifoServer()991 remove(CONTROL_FIFO_FILE_C2S.c_str()); in CreateFifoServer()1011 int fdWrite = open(CONTROL_FIFO_FILE_C2S.c_str(), O_WRONLY | O_NONBLOCK); in SendFifoAndWaitReply()1013 HLOGE("can not open fifo file(%s)", CONTROL_FIFO_FILE_C2S.c_str()); in SendFifoAndWaitReply()1019 HLOGE("failed to write fifo file(%s) command(%s)", CONTROL_FIFO_FILE_C2S.c_str(), in SendFifoAndWaitReply()1136 remove(CONTROL_FIFO_FILE_C2S.c_str()); in CloseClientThread()