HomeSort by relevance Sort by last modified time
    Searched full:dcfile (Results 1 - 1 of 1) sorted by null

  /external/stressapptest/src/
os.cc 191 int dcfile = open(drop_caches_file, O_WRONLY); local
192 if (dcfile < 0) {
200 ssize_t bytes_written = write(dcfile, "1", 1);
201 close(dcfile);

Completed in 171 milliseconds