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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp 135 DEFINE_STATIC_LOCAL(Path, tempPath, ());
137 tempPath.clear();
139 tempPath.addRect(zeroLengthSubpathRect(linecapPosition, this->strokeWidth()));
141 tempPath.addEllipse(zeroLengthSubpathRect(linecapPosition, this->strokeWidth()));
143 return &tempPath;
RenderSVGShape.cpp 176 DEFINE_STATIC_LOCAL(Path, tempPath, ());
178 tempPath = *path;
179 tempPath.transform(strokeTransform);
181 return &tempPath;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
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");
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();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 184 my ($fh, $tempPath) = tempfile(basename($fullPath) . "-XXXXXXXX",
189 rename($fullPath, $tempPath);
191 rename($tempPath, $fullPath);
  /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/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);
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 266 String tempPath = System.getProperty("java.io.tmpdir");
267 boolean tempPathHasSepEnd = (tempPath == null ? false : tempPath
294 sb.append(value, cur, next - cur - 1).append(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...]
  /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/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...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 842 const UString &tempPath = ap.GetTempPath();
851 if (!NDirectory::MyMoveFile(tempPath, arcPath))
855 errorInfo.FileName = tempPath;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 153 jstring 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 
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1223 milliseconds