Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_util.cc139 size_t bytes_read_this_pass; in ReadFileToStringWithMaxSize() local
145 while ((bytes_read_this_pass = fread(&local_contents[bytes_read_so_far], 1, in ReadFileToStringWithMaxSize()
147 if ((max_size - bytes_read_so_far) < bytes_read_this_pass) { in ReadFileToStringWithMaxSize()
158 bytes_read_so_far += bytes_read_this_pass; in ReadFileToStringWithMaxSize()

Completed in 1 milliseconds