OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRootTempPath
(Results
1 - 6
of
6
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempStorage.java
60
public abstract TempPath
getRootTempPath
();
SimpleTempStorage.java
115
* @see org.apache.james.mime4j.util.TempStorage#
getRootTempPath
()
117
public TempPath
getRootTempPath
() {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryBinaryBody.java
57
TempPath tempPath = TempStorage.getInstance().
getRootTempPath
();
TempFileBinaryBody.java
56
TempPath tempPath = TempStorage.getInstance().
getRootTempPath
();
MemoryTextBody.java
62
TempPath tempPath = TempStorage.getInstance().
getRootTempPath
();
TempFileTextBody.java
61
TempPath tempPath = TempStorage.getInstance().
getRootTempPath
();
Completed in 60 milliseconds