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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java40 private long maxFileSizeInByte = -1; field in class:DebugConfigurationFromProperties
65 maxFileSizeInByte = Integer.parseInt(maxFileSizedInMb);
67 maxFileSizeInByte <<= 20;
120 return maxFileSizeInByte;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java42 private long maxFileSizeInByte = -1; field in class:DebugConfigurationFromProperties
67 maxFileSizeInByte = Integer.parseInt(maxFileSizedInMb);
69 maxFileSizeInByte <<= 20;
122 return maxFileSizeInByte;

Completed in 26 milliseconds