Searched defs:ONE_GB (Results 1 – 2 of 2) sorted by relevance
29 #define ONE_GB (INT64_C(1) << 30) macro
142 public static final long ONE_GB = ONE_KB * ONE_MB; field in FileUtils