OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstPath
(Results
1 - 4
of
4
) sorted by null
/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
190
public int movedex(String srcPath, String
dstPath
) {
195
builder.append(
dstPath
);
/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
...]
Completed in 677 milliseconds