Home
last modified time | relevance | path

Searched defs:srcPath (Results 1 – 7 of 7) sorted by relevance

/external/libusb_aah/msvc/
Dddk_build.cmd37 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir% variable
81 set srcPath=examples\listdevs_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir% variable
/external/webkit/Source/WebKit/chromium/public/
DWebFileSystem.h57 …virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in move()
62 …virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in copy()
/external/skia/tools/
Dskimage_main.cpp15 static bool decodeFile(SkBitmap* bitmap, const char srcPath[]) { in decodeFile()
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java483 String srcPath = sourceDirectory.getPath() + File.separator; in findSourceSubdir() local
/external/icu4c/test/intltest/
Ddcfmtest.cpp182 const char *srcPath; in DataDrivenTests() local
Dregextst.cpp3101 const char *srcPath; in Extended() local
3280 const char *srcPath, in regex_find()
3940 const char *srcPath; in PerlTests() local
4298 const char *srcPath; in PerlTestsUTF8() local
/external/skia/src/effects/
DSkDashPathEffect.cpp104 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, in cull_path()