HomeSort by relevance Sort by last modified time
    Searched defs:tempPath (Results 1 - 16 of 16) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryBinaryBody.java 33 import org.apache.james.mime4j.util.TempPath;
57 TempPath tempPath = TempStorage.getInstance().getRootTempPath();
MemoryTextBody.java 37 import org.apache.james.mime4j.util.TempPath;
62 TempPath tempPath = TempStorage.getInstance().getRootTempPath();
TempFileBinaryBody.java 32 import org.apache.james.mime4j.util.TempPath;
56 TempPath tempPath = TempStorage.getInstance().getRootTempPath();
57 tempFile = tempPath.createTempFile("attachment", ".bin");
TempFileTextBody.java 36 import org.apache.james.mime4j.util.TempPath;
61 TempPath tempPath = TempStorage.getInstance().getRootTempPath();
62 tempFile = tempPath.createTempFile("attachment", ".txt");
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 148 SmallString<64> tempPath;
152 tempPath))
153 return report("Could not create file: " + tempPath.str(), Diag);
160 const FileEntry *newE = FileMgr->getFile(tempPath);
  /external/lzma/CPP/Windows/
FileDir.cpp 773 CSysString tempPath;
774 if (!MyGetTempPath(tempPath))
776 if (Create(tempPath, prefix, resultPath) != 0)
781 if (!MyGetWindowsDirectory(tempPath))
783 return (Create(tempPath, prefix, resultPath) != 0);
811 UString tempPath;
812 if (!MyGetTempPath(tempPath))
814 if (Create(tempPath, prefix, resultPath) != 0)
816 if (!MyGetWindowsDirectory(tempPath))
818 return (Create(tempPath, prefix, resultPath) != 0);
    [all...]
  /system/core/init/
property_service.c 259 char tempPath[PATH_MAX];
263 snprintf(tempPath, sizeof(tempPath), "%s/.temp.XXXXXX", PERSISTENT_PROPERTY_DIR);
264 fd = mkstemp(tempPath);
266 ERROR("Unable to write persistent property to temp file %s errno: %d\n", tempPath, errno);
273 if (rename(tempPath, path)) {
274 unlink(tempPath);
275 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 842 const UString &tempPath = ap.GetTempPath();
851 if (!NDirectory::MyMoveFile(tempPath, arcPath))
855 errorInfo.FileName = tempPath;
  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 641 UniChar tempPath[CCHMAXPATH];
651 if( UniStrToUcs( ucUtf8, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
655 UniStrFromUcs( uclCp, out, tempPath, CCHMAXPATH );
670 UniChar tempPath[CCHMAXPATH];
680 if( UniStrToUcs( uclCp, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
684 UniStrFromUcs( ucUtf8, out, tempPath, CCHMAXPATH );
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 176 final String tempPath = temp.getAbsolutePath();
183 sync.pullFile(remoteFilePath, tempPath, monitor);
195 open(tempPath);
265 String tempPath = temp.getAbsolutePath();
270 command[2] = tempPath;
275 IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(tempPath));
531 protected void open(String tempPath) {
532 if (DdmsPlugin.getDefault().launchTraceview(tempPath) == false) {
533 super.open(tempPath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 3453 milliseconds