- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for JAVA_IO_TMPDIR (0.2 sec)
-
android/guava/src/com/google/common/io/TempFileCreator.java
* or implied. See the License for the specific language governing permissions and limitations under * the License. */ package com.google.common.io; import static com.google.common.base.StandardSystemProperty.JAVA_IO_TMPDIR; import static com.google.common.base.StandardSystemProperty.USER_NAME; import static com.google.common.base.Throwables.throwIfUnchecked; import static java.nio.file.attribute.AclEntryFlag.DIRECTORY_INHERIT;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 12.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
/** System property key for Fess web application path */ private static final String FESS_WEBAPP_PATH = "fess.webapp.path"; /** System property key for Java temporary directory */ private static final String JAVA_IO_TMPDIR = "java.io.tmpdir"; /** System property key for Tomcat configuration path */ private static final String TOMCAT_CONFIG_PATH = "tomcat.config.path"; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0)