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

/haiku/src/tools/restest/
H A DResourceFile.cpp21 static const uint32 kELFMaxResourceAlignment = 1024 * 1024 * 10; // 10 MB variable
767 if (resourceAlignment > kELFMaxResourceAlignment) {
/haiku/src/kits/storage/
H A DResourceFile.cpp41 static const uint32 kELFMaxResourceAlignment = 1024 * 1024 * 10; // 10 MB member in namespace:BPrivate::Storage
662 if (resourceAlignment > kELFMaxResourceAlignment) {

Completed in 65 milliseconds