HomeSort by relevance Sort by last modified time
    Searched defs:toPath (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
RntoCommandHandler.java 43 String toPath = getRealPath(session, command.getRequiredParameter(0));
47 verifyFileSystemCondition(!getFileSystem().isDirectory(toPath), toPath, "filesystem.isDirectory");
50 String parentPath = getFileSystem().getParent(toPath);
55 getFileSystem().rename(fromPath, toPath);
58 sendReply(session, ReplyCodes.RNTO_OK, "rnto", list(fromPath, toPath));
  /external/skia/src/pathops/
SkOpContour.cpp 13 void SkOpContour::toPath(SkPathWriter* path) const {
  /frameworks/base/core/java/android/gesture/
OrientedBoundingBox.java 55 public Path toPath() {
Gesture.java 125 public Path toPath() {
126 return toPath(null);
129 public Path toPath(Path path) {
142 public Path toPath(int width, int height, int edge, int numSample) {
143 return toPath(null, width, height, edge, numSample);
146 public Path toPath(Path path, int width, int height, int edge, int numSample) {
153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample));
204 Path path = strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample);
234 final Path path = toPath();
GestureStroke.java 160 public Path toPath(float width, float height, int numSample) {
  /system/vold/
MoveTask.cpp 124 static status_t execCp(const std::string& fromPath, const std::string& toPath,
129 uint64_t startFreeBytes = GetFreeBytes(toPath);
147 cmd.push_back(toPath.c_str());
167 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath);
193 std::string toPath;
208 toPath = mTo->getInternalPath();
211 if (execRm(toPath, 10, 10) != OK) {
216 if (execCp(fromPath, toPath, 20, 60) != OK) {
242 execRm(toPath, 80, 1);
  /tools/apksig/src/test/java/com/android/apksig/util/
DataSourceFromRAFChunkTest.java 76 Files.write(tmp.toPath(), fullContents);
DataSourceFromRAFTest.java 72 Files.write(tmp.toPath(), contents);
  /tools/tradefederation/core/src/com/android/tradefed/util/
ZipUtil2.java 43 Files.setPosixFilePermissions(localFile.toPath(),
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureTest.java 77 * Test method for {@link android.gesture.Gesture#toPath()}.
82 mLineHelper.assertLineBoundingBox(mGesture.toPath());
86 * Test method for {@link android.gesture.Gesture#toPath(android.graphics.Path)}.
91 mLineHelper.assertLineBoundingBox(mGesture.toPath(null));
93 Path generatedPath = mGesture.toPath(myPath);
  /tools/apksig/src/apksigner/java/com/android/apksigner/
ApkSignerTool.java 328 tmpOutputApk.toPath(), outputApk.toPath(), StandardCopyOption.REPLACE_EXISTING);
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousFileChannelTest.java 169 AsynchronousFileChannel afc = AsynchronousFileChannel.open(temp.toPath(),
181 AsynchronousFileChannel afc = AsynchronousFileChannel.open(temp.toPath(),
197 AsynchronousFileChannel afc = AsynchronousFileChannel.open(temp.toPath(),
207 afc = AsynchronousFileChannel.open(temp.toPath(),
286 AsynchronousFileChannel afc = AsynchronousFileChannel.open(temp.toPath(),
299 afc = AsynchronousFileChannel.open(temp.toPath(),
367 AsynchronousFileChannel afc = AsynchronousFileChannel.open(temp.toPath(),
377 afc = AsynchronousFileChannel.open(temp.toPath(),
457 AsynchronousFileChannel afc = AsynchronousFileChannel.open(temp.toPath(),
470 afc = AsynchronousFileChannel.open(temp.toPath(),
    [all...]
  /libcore/ojluni/src/main/java/java/io/
File.java 138 * The {@link #toPath toPath} method may be used to obtain a {@link
704 * component of the resulting {@code URI}. The {@link #toPath toPath} method
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 150 PathParser_Delegate toPath = PathParser_Delegate.getDelegate(toDataPtr);
151 if (fromPath == null || toPath == null || fromPath.getPathDataNodes() == null || toPath
155 return PathParser_Delegate.canMorph(fromPath.getPathDataNodes(), toPath.getPathDataNodes());
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 387 Path filePath = file.toPath();
392 file1.toPath();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java     [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/
maven-doxia-tools-1.0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /prebuilts/sdk/current/support/graphics/drawable/
android-support-vectordrawable.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8