Searched refs:srcPath (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebFileSystem.h54 // Moves a file or directory at |srcPath| to |destPath|.
57 virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); } argument
59 // Copies a file or directory at |srcPath| to |destPath|.
62 virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); } argument
/external/webkit/Source/WebCore/platform/
H A DAsyncFileSystem.h74 // Moves a file or directory from srcPath to destPath.
77 virtual void move(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
79 // Copies a file or directory from srcPath to destPath.
82 virtual void copy(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSFileManagerExtras.h41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
H A DWebNSFileManagerExtras.m225 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error
231 return [self movePath:srcPath toPath:dstPath handler:nil];
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileSystemCallbacksBridge.h88 void postMoveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
89 void postCopyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
111 static void moveOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
112 static void copyOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
/external/icu4c/test/intltest/
H A Ddcfmtest.cpp182 const char *srcPath; local
189 srcPath=getPath(tdd, "dcfmtest.txt");
190 if(srcPath==NULL) {
195 UChar *testData = ReadAndConvertFile(srcPath, len, status);
H A Dregextst.h56 const UnicodeString &input, const char *srcPath, int32_t line);
H A Dregextst.cpp3095 const char *srcPath; local
3102 srcPath=getPath(tdd, "regextst.txt");
3103 if(srcPath==NULL) {
3108 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3139 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status));
3167 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum);
3210 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
3274 const char *srcPath,
3390 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line);
3399 errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, lin
3271 regex_find(const UnicodeString &pattern, const UnicodeString &flags, const UnicodeString &inputString, const char *srcPath, int32_t line) argument
3931 const char *srcPath; local
4289 const char *srcPath; local
[all...]
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java483 String srcPath = sourceDirectory.getPath() + File.separator;
485 if (!grammarFileName.startsWith(srcPath)) {
489 File unprefixedGrammarFileName = new File(grammarFileName.substring(srcPath.length()));
/external/skia/include/core/
H A DSkDraw.h39 * To save on mallocs, we allow a flag that tells us that srcPath is
47 void drawPath(const SkPath& srcPath, const SkPaint&,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 258 milliseconds