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

  /packages/apps/Email/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 149 SmallString<64> tempPath;
150 tempPath = path::filename(origFE->getName());
151 tempPath += "-%%%%%%%%";
152 tempPath += path::extension(origFE->getName());
154 if (fs::unique_file(tempPath.str(), fd, tempPath) != llvm::errc::success)
155 return report("Could not create file: " + tempPath.str(), Diag);
162 const FileEntry *newE = FileMgr->getFile(tempPath);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
MethodProfilingHandler.java 127 final String tempPath = temp.getAbsolutePath();
135 sync.pullFile(remoteFilePath, tempPath, monitor);
146 open(tempPath);
156 protected void open(String tempPath) {
160 command[1] = tempPath;
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 198 char tempPath[MAX_PATH];
199 int tempPathLength = ::GetTempPathA(WTF_ARRAY_LENGTH(tempPath), tempPath);
200 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath))
222 if (!PathCombineA(proposedPath, tempPath, tempFile))
305 WCHAR tempPath[MAX_PATH];
306 if (!GetTempFileNameW(tempDirPath, L"WEBKIT", 0, tempPath))
309 HANDLE tempFileHandle = CreateFileW(tempPath, GENERIC_READ | GENERIC_WRITE, 0, 0, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0);
322 if (!MoveFileExW(tempPath, destination.charactersWithNullTermination(), MOVEFILE_REPLACE_EXISTING | MOVEFILE_COPY_ALLOWED))
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 194 wchar_t tempPath[MAX_PATH];
195 int tempPathLength = ::GetTempPath(WTF_ARRAY_LENGTH(tempPath), tempPath);
196 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath))
219 proposedPath = pathByAppendingComponent(String(tempPath), String(tempFile));
  /system/core/init/
property_service.c 323 const char *tempPath = PERSISTENT_PROPERTY_DIR "/.temp";
329 fd = open(tempPath, O_WRONLY|O_CREAT|O_TRUNC, 0600);
331 ERROR("Unable to write persistent property to temp file %s errno: %d\n", tempPath, errno);
337 if (rename(tempPath, path)) {
338 unlink(tempPath);
339 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 170 final String tempPath = temp.getAbsolutePath();
177 sync.pullFile(remoteFilePath, tempPath, monitor);
189 open(tempPath);
259 String tempPath = temp.getAbsolutePath();
264 command[2] = tempPath;
269 IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(tempPath));
525 protected void open(String tempPath) {
526 if (DdmsPlugin.getDefault().launchTraceview(tempPath) == false) {
527 super.open(tempPath);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp     [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/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1216 milliseconds