Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsOtherTest.cpp198 struct statfs fsBuf = {0}; in HWTEST_F() local
213 statfs(".", &fsBuf); in HWTEST_F()
214 LOG("fsBuf.f_type = %lu", fsBuf.f_type); // Type of filesystem. in HWTEST_F()
215 LOG("fsBuf.f_bsize = %lu", fsBuf.f_bsize); // Optimal transfer block size. in HWTEST_F()
216 LOG("fsBuf.f_blocks = %lu", fsBuf.f_blocks); // Total data blocks in filesystem. in HWTEST_F()
217 LOG("fsBuf.f_bfree = %lu", fsBuf in HWTEST_F()
[all...]

Completed in 1 milliseconds