Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp48 off64_t file_size = file_->seekTo(0, SEEK_END); in Initialize()
51 file_->seekTo(0, SEEK_SET); in Initialize()
123 file_->seekTo(0, SEEK_SET); in Save()
/device/google/contexthub/util/common/
Dfile.h39 off64_t seekTo(off64_t pos, int whence = SEEK_SET);
Dfile.cpp88 off64_t File::seekTo(off64_t pos, int whence) { in seekTo() function in android::File
/device/google/contexthub/sensorhal/
Dhubconnection.cpp204 off64_t size = file->seekTo(0, SEEK_END); in readSettings()
205 file->seekTo(0, SEEK_SET); in readSettings()
212 file->seekTo(0, SEEK_SET); in readSettings()