Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dsubcommand_record.cpp53 const std::string CONTROL_FIFO_FILE_C2S = "/data/local/tmp/.hiperf_record_control_c2s"; member
1008 clientPipeInput_ = open(CONTROL_FIFO_FILE_C2S.c_str(), O_RDONLY | O_NONBLOCK); in ClientCommandHandle()
1077 remove(CONTROL_FIFO_FILE_C2S.c_str()); in ProcessControl()
1094 mkfifo(CONTROL_FIFO_FILE_C2S.c_str(), fifoMode) != 0) { in CreateFifoServer()
1099 remove(CONTROL_FIFO_FILE_C2S.c_str()); in CreateFifoServer()
1129 remove(CONTROL_FIFO_FILE_C2S.c_str()); in CreateFifoServer()
1149 int fdWrite = open(CONTROL_FIFO_FILE_C2S.c_str(), O_WRONLY | O_NONBLOCK); in SendFifoAndWaitReply()
1151 HLOGE("can not open fifo file(%s)", CONTROL_FIFO_FILE_C2S.c_str()); in SendFifoAndWaitReply()
1157 HLOGE("failed to write fifo file(%s) command(%s)", CONTROL_FIFO_FILE_C2S.c_str(), in SendFifoAndWaitReply()
1286 remove(CONTROL_FIFO_FILE_C2S in CloseClientThread()
[all...]

Completed in 3 milliseconds