OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createTempPath
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempPath.java
29
TempPath
createTempPath
() throws IOException;
30
TempPath
createTempPath
(String prefix) throws IOException;
SimpleTempStorage.java
54
private TempPath
createTempPath
(TempPath parent, String prefix)
172
* @see org.apache.james.mime4j.util.TempPath#
createTempPath
()
174
public TempPath
createTempPath
() throws IOException {
175
return SimpleTempStorage.this.
createTempPath
(this, null);
179
* @see org.apache.james.mime4j.util.TempPath#
createTempPath
(java.lang.String)
181
public TempPath
createTempPath
(String prefix) throws IOException {
182
return SimpleTempStorage.this.
createTempPath
(this, prefix);
/external/qemu/android/filesystems/
ext4_utils_unittest.cpp
67
const char*
createTempPath
() {
105
const char* tempPath =
createTempPath
();
Completed in 186 milliseconds