Home
last modified time | relevance | path

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

/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbfn_mtp_test.cpp106 struct stat statbuf; in GetFileSize() local
107 uint64_t ret = stat(pathName.c_str(), &statbuf); in GetFileSize()
111 return static_cast<uint64_t>(statbuf.st_size); in GetFileSize()

Completed in 2 milliseconds