Home | History | Annotate | Download | only in runtime

Lines Matching full:temp_file_length

100   int64_t temp_file_length = file_->GetLength();
101 if (temp_file_length < 0) {
102 errno = -temp_file_length;
107 size_t file_length = static_cast<size_t>(temp_file_length);
1109 int64_t temp_file_length = file_->GetLength();
1110 if (temp_file_length < 0) {
1111 errno = -temp_file_length;
1116 size_t file_length = static_cast<size_t>(temp_file_length);