HomeSort by relevance Sort by last modified time
    Searched refs:OPEN_CREATE (Results 1 - 3 of 3) sorted by null

  /system/extras/tests/sdcard/
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE, TRAVERSE};
testcase.cpp 177 if (strcmp(mName, "open_create") == 0) mType = OPEN_CREATE;
sdcard_perf_test.cpp 59 // open_create: Open|create an non existing file.
130 printf("sdcard_perf_test --test=write|read|read_write|open_create|traverse [options]\n\n"
707 case TestCase::OPEN_CREATE:

Completed in 58 milliseconds