Home
last modified time | relevance | path

Searched refs:sparse_fd (Results 1 – 1 of 1) sorted by relevance

/system/utest/fs/
A Dtest-sparse.cpp82 fbl::unique_fd sparse_fd(open("::sparse_file", O_RDWR | O_CREAT, 0644)); in TestSparseAllocation() local
83 ASSERT_TRUE(sparse_fd); in TestSparseAllocation()
92 ASSERT_EQ(sizeof(data), write(sparse_fd.get(), data, sizeof(data))); in TestSparseAllocation()
105 ASSERT_EQ(close(sparse_fd.release()), 0); in TestSparseAllocation()

Completed in 3 milliseconds