Searched refs:HIEBPF_FILE_NAME (Results 1 – 1 of 1) sorted by relevance
28 const std::string HIEBPF_FILE_NAME = "/data/local/tmp/hiebpf.data"; variable44 if (access(HIEBPF_FILE_NAME.c_str(), F_OK) == 0) { in TearDownTestCase()45 std::string cmd = "rm " + HIEBPF_FILE_NAME; in TearDownTestCase()