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:__anon16660
120 if (version != kFileFormatVersion) {
122 << kFileFormatVersion; local
242 if (fwrite(&kFileFormatVersion, sizeof(kFileFormatVersion), 1, file) != 1) {

Completed in 84 milliseconds