Home
last modified time | relevance | path

Searched refs:inPath (Results 1 – 13 of 13) 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/boringssl/src/util/fipstools/
Dbreak-hash.go31 func do(outPath, inPath string) error {
32 objectBytes, err := ioutil.ReadFile(inPath)
/external/skia/src/sksl/lex/
DMain.cpp164 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
170 std::ifstream in(inPath); in process()
/external/skqp/src/sksl/lex/
DMain.cpp164 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
170 std::ifstream in(inPath); in process()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp82 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath& inPath, const GrStyle& style) { in createPath() argument
83 return sk_make_sp<GrGLPath>(this->gpu(), inPath, style); in createPath()
/external/skqp/src/gpu/gl/
DGrGLPathRendering.cpp82 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath& inPath, const GrStyle& style) { in createPath() argument
83 return sk_make_sp<GrGLPath>(this->gpu(), inPath, style); in createPath()
/external/icu/icu4c/source/common/
Dudata.cpp446 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, in UDataPathIterator() argument
451 fprintf(stderr, "SUFFIX1=%s PATH=%s\n", inSuffix, inPath); in UDataPathIterator()
454 if(inPath == NULL) { in UDataPathIterator()
457 path = inPath; in UDataPathIterator()
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1305 def patchFile(inPath, outPath): argument
1306 data = fileContents(inPath)
1320 def patchScript(inPath, outPath): argument
1322 data = fileContents(inPath)
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1318 def patchFile(inPath, outPath): argument
1319 data = fileContents(inPath)
1333 def patchScript(inPath, outPath): argument
1335 data = fileContents(inPath)
/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/skqp/samplecode/
DSampleAAGeometry.cpp1506 SkPath& inPath = fStrokes[inner].fPath; in trim_strokes() local
1507 if (!outPath.getBounds().intersects(inPath.getBounds())) { in trim_strokes()
/external/skia/samplecode/
DSampleAAGeometry.cpp1506 SkPath& inPath = fStrokes[inner].fPath; in trim_strokes() local
1507 if (!outPath.getBounds().intersects(inPath.getBounds())) { in trim_strokes()