/frameworks/base/cmds/installd/ |
commands.c | 699 int movefileordir(char* srcpath, char* dstpath, int dstbasepos, 707 int dstend = strlen(dstpath); 715 mkinnerdirs(dstpath, dstbasepos, S_IRWXU|S_IRWXG|S_IXOTH, 717 LOGI("Renaming %s to %s (uid %d)\n", srcpath, dstpath, dstuid); 718 if (rename(srcpath, dstpath) >= 0) { 719 if (chown(dstpath, dstuid, dstgid) < 0) { 720 LOGE("cannot chown %s: %s\n", dstpath, strerror(errno)); 721 unlink(dstpath); 726 srcpath, dstpath, strerror(errno)); 754 LOGW("Destination path too long; skipping: %s/%s\n", dstpath, name) 789 char dstpath[PKG_PATH_MAX]; local [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebNSFileManagerExtras.h | 50 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
|
WebNSFileManagerExtras.m | 277 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error 283 return [self movePath:srcPath toPath:dstPath handler:nil];
|
/frameworks/base/services/java/com/android/server/ |
Installer.java | 196 public int movedex(String srcPath, String dstPath) { 201 builder.append(dstPath);
|
/external/webkit/WebKitTools/android/webkitmerge/webkitmerge.xcodeproj/ |
project.pbxproj | 17 dstPath = /usr/share/man/man1/;
|
/external/qemu/android/avd/ |
info.c | 566 const char* dstPath = NULL; 570 dstPath = l->params->forcePaths[l->id]; 572 if (!dstPath) { 574 dstPath = l->temp; 578 imageLoader_setPath(l, dstPath); 583 if (path_copy_file(dstPath, srcPath) < 0) { 585 l->imageText, dstPath, strerror(errno)); [all...] |
/external/protobuf/gtest/xcode/gtest.xcodeproj/ |
project.pbxproj | 181 dstPath = Headers/internal; [all...] |
/external/webkit/WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/ |
project.pbxproj | 155 dstPath = DumpRenderTree.resources; [all...] |
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/ |
project.pbxproj | [all...] |