Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Drandom_access_file.cpp158 int64_t remainLength = fileLength - position; in WriteToFile() local
159 fileLength = (length <= remainLength) ? fileLength : (fileLength + (length - remainLength)); in WriteToFile()

Completed in 1 milliseconds