Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/fs/
H A Dposix_fs_func_test.c74 fp = fopen(TEST_FILE_PTAH_RIGHT, "w");
91 fp = fopen(TEST_FILE_PTAH_RIGHT, "w+");
108 fp = fopen(TEST_FILE_PTAH_RIGHT, "r");
125 fp = fopen(TEST_FILE_PTAH_RIGHT, "a");
141 fp = fopen(TEST_FILE_PTAH_RIGHT, "c");
156 (void)remove(TEST_FILE_PTAH_RIGHT);
157 fp = fopen(TEST_FILE_PTAH_RIGHT, "w");
175 (void)remove(TEST_FILE_PTAH_RIGHT);
176 fp = fopen(TEST_FILE_PTAH_RIGHT, "w+");
194 (void)remove(TEST_FILE_PTAH_RIGHT);
511 remove(TEST_FILE_PTAH_RIGHT); global() variable
537 remove(TEST_FILE_PTAH_RIGHT); global() variable
[all...]
H A Dposix_fs_test.h59 #define TEST_FILE_PTAH_RIGHT TEST_ROOT"/FILE0" /* file path, to open/rd/close */ macro

Completed in 2 milliseconds