Searched refs:file_len (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/ |
D | apk_validator.cpp | 75 uint32_t file_len = 0; in Open() local 76 if (!zip_file_->getEntryInfo(entry, NULL, &file_len, in Open() 81 it->second.resize(file_len); in Open() 82 if (!zip_file_->uncompressEntry(entry, it->second.data(), file_len)) { in Open()
|
/frameworks/base/libs/androidfw/ |
D | ApkAssets.cpp | 91 const off64_t file_len = lseek64(fd, 0, SEEK_END); in CreateAssetFromFile() local 92 if (file_len < 0) { in CreateAssetFromFile() 98 if (!file_map->create(path.c_str(), fd, 0, static_cast<size_t>(file_len), true /*readOnly*/)) { in CreateAssetFromFile()
|