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

/external/chromium_org/ui/base/resource/
H A Ddata_pack.cc21 static const uint32 kFileFormatVersion = 4; member in namespace:__anon15108
113 if (version != kFileFormatVersion) {
115 << kFileFormatVersion; local
223 if (fwrite(&kFileFormatVersion, sizeof(kFileFormatVersion), 1, file) != 1) {

Completed in 56 milliseconds