Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
H A Dentry.cpp24 constexpr uint64_t ENTRY_MAX_FILE_SIZE = static_cast<uint64_t>(4) * 1024 * 1024 * 1024; // 4GB member
47 if (fileSize < ENTRY_MAX_FILE_SIZE) { // max package size is 4GB in Entry()

Completed in 1 milliseconds