Home
last modified time | relevance | path

Searched refs:WRITE_FILE (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp53 const std::string WRITE_FILE = "/data/local/tmp/diskio_write_test.txt"; variable
459 FILE* writeFp = fopen(WRITE_FILE.c_str(), "w"); in IoTest()
488 std::string command = "rm " + WRITE_FILE; in IoTest()