Home
last modified time | relevance | path

Searched refs:ERROR_CONFIG_NFILE_DESCRIPTORS (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_m/testsuites/unittest/posix/src/fs/
H A Dposix_fs_test.h81 #define ERROR_CONFIG_NFILE_DESCRIPTORS 88888 /* 88888, common data for test, no special meaning */ macro
/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/
H A Dposix_fs_fsync_test.c80 int32_t ret = fsync(ERROR_CONFIG_NFILE_DESCRIPTORS);
H A Dposix_fs_fstat_test.c85 int32_t ret = fstat(ERROR_CONFIG_NFILE_DESCRIPTORS, &buf);
H A Dposix_fs_ftruncate_test.c74 ret = ftruncate(ERROR_CONFIG_NFILE_DESCRIPTORS, MODIFIED_FILE_SIZE);
H A Dposix_fs_lseek_test.c135 off_t off = lseek(ERROR_CONFIG_NFILE_DESCRIPTORS, 0, SEEK_SET); /* 0, offset distance */

Completed in 2 milliseconds