Home
last modified time | relevance | path

Searched refs:inPath (Results 1 – 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSWindows/NSPTool/
DNSPTool.c34 DEBUG_LOCAL OSStatus InstallNSP( const char *inName, const char *inGUID, const char *inPath );
232 OSStatus InstallNSP( const char *inName, const char *inGUID, const char *inPath ) in InstallNSP() argument
243 require_action( inPath && ( *inPath != '\0' ), exit, err = kParamErr ); in InstallNSP()
252 size = strlen( inPath ); in InstallNSP()
254 CharToWCharString( inPath, path ); in InstallNSP()
267 fprintf( stderr, "Installed NSP \"%s\" (%s) at %s\n", inName, inGUID, inPath ); in InstallNSP()
273 …### FAILED (%d) to install \"%s\" (%s) Name Space Provider at %s\n", err, inName, inGUID, inPath ); in InstallNSP()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DSwatDeprecated.java167 String inPath = inFile.getCanonicalPath(); in processFile() local
169 pw.println("processFile: " + inPath); in processFile()
172 String outPath = dstPrefix + inPath.substring(srcPrefix.length()); in processFile()
281 pw.println("no changes in file: " + inPath); in processFile()
302 pw.println(inPath); in processFile()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp109 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const GrStyle& style) { in createPath() argument
110 return new GrGLPath(this->gpu(), inPath, style); in createPath()
/external/icu/icu4c/source/common/
Dudata.cpp435 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, in UDataPathIterator() argument
440 fprintf(stderr, "SUFFIX1=%s PATH=%s\n", inSuffix, inPath); in UDataPathIterator()
443 if(inPath == NULL) { in UDataPathIterator()
446 path = inPath; in UDataPathIterator()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c122 …us InstallService( LPCTSTR inName, LPCTSTR inDisplayName, LPCTSTR inDescription, LPCTSTR inPath );
387 …atus InstallService( LPCTSTR inName, LPCTSTR inDisplayName, LPCTSTR inDescription, LPCTSTR inPath ) in InstallService() argument
402 size = GetFullPathName( inPath, MAX_PATH, fullPath, &namePtr ); in InstallService()
/external/skia/samplecode/
DSampleAAGeometry.cpp1511 SkPath& inPath = fStrokes[inner].fPath; in trim_strokes() local
1512 if (!outPath.getBounds().intersects(inPath.getBounds())) { in trim_strokes()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...