HomeSort by relevance Sort by last modified time
    Searched full:dstpath (Results 1 - 18 of 18) sorted by null

  /frameworks/base/cmds/installd/
commands.c 690 int movefileordir(char* srcpath, char* dstpath, int dstbasepos,
698 int dstend = strlen(dstpath);
706 mkinnerdirs(dstpath, dstbasepos, S_IRWXU|S_IRWXG|S_IXOTH,
708 ALOGV("Renaming %s to %s (uid %d)\n", srcpath, dstpath, dstuid);
709 if (rename(srcpath, dstpath) >= 0) {
710 if (chown(dstpath, dstuid, dstgid) < 0) {
711 ALOGE("cannot chown %s: %s\n", dstpath, strerror(errno));
712 unlink(dstpath);
717 srcpath, dstpath, strerror(errno));
745 ALOGW("Destination path too long; skipping: %s/%s\n", dstpath, name)
780 char dstpath[PKG_PATH_MAX]; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 219 final String dstPath = dstFile.getAbsolutePath();
224 EFS.getLocalFileSystem().getStore(new Path(dstPath));
238 dstPath);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.h 41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
WebNSFileManagerExtras.m 225 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error
231 return [self movePath:srcPath toPath:dstPath handler:nil];
  /external/skia/samplecode/
ClockFaceView.cpp 208 SkPath path, dstPath;
210 pe->filterPath(&dstPath, path, &width);
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 212 public int movedex(String srcPath, String dstPath) {
217 builder.append(dstPath);
  /external/webkit/Tools/android/webkitmerge/webkitmerge.xcodeproj/
project.pbxproj 17 dstPath = /usr/share/man/man1/;
  /external/skia/bench/BenchTool/BenchTool.xcodeproj/
project.pbxproj 54 dstPath = /usr/share/man/man1/;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 766 Path_Delegate dstPath = Path_Delegate.getDelegate(dst);
767 if (dstPath == null) {
774 dstPath.setJavaShape(strokeShape);
    [all...]
  /external/webkit/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/
project.pbxproj 77 dstPath = /usr/share/man/man1/;
86 dstPath = "";
    [all...]
  /external/webkit/Tools/MiniBrowser/MiniBrowser.xcodeproj/
project.pbxproj 42 dstPath = Contents;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/
project.pbxproj     [all...]
  /external/chromium/testing/gtest/xcode/gtest.xcodeproj/
project.pbxproj 182 dstPath = Headers/internal;
    [all...]
  /external/protobuf/gtest/xcode/gtest.xcodeproj/
project.pbxproj 181 dstPath = Headers/internal;
    [all...]
  /external/webkit/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/
project.pbxproj 185 dstPath = DumpRenderTree.resources;
    [all...]
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
project.pbxproj     [all...]
  /external/webkit/Source/WebKit2/WebKit2.xcodeproj/
project.pbxproj     [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
project.pbxproj     [all...]

Completed in 1535 milliseconds