Searched refs:packagePath (Results 1 – 5 of 5) sorted by relevance
/system/tools/hidl/c2hal/ |
D | main.cpp | 80 auto packagePath = package.substr(0, index); in applyPackageRootPath() local 87 if (isPathPrefix(rootPackage, packagePath)) { in applyPackageRootPath() 89 packagePath = packagePath.substr(rootPackage.size() + 1); in applyPackageRootPath() 90 std::replace(packagePath.begin(), packagePath.end(), '.', '/'); in applyPackageRootPath() 91 packagePath += '/' + packageVersion; in applyPackageRootPath() 97 outputPath += '/' + packagePath + '/'; in applyPackageRootPath()
|
/system/tools/hidl/ |
D | Coordinator.cpp | 139 std::string packagePath; in getFilepath() local 147 err = getPackagePath(fqName, false /* relative */, false /* sanitized */, &packagePath); in getFilepath() 150 *path = mOutputPath + packagePath + fileName; in getFilepath() 155 err = getPackagePath(fqName, true /* relative */, false /* sanitized */, &packagePath); in getFilepath() 158 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath() 163 err = getPackagePath(fqName, true /* relative */, true /* sanitized */, &packagePath); in getFilepath() 166 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath() 249 std::string packagePath; in parseOptional() local 251 getPackagePath(fqName, false /* relative */, false /* sanitized */, &packagePath); in parseOptional() 254 const std::string path = makeAbsolute(packagePath + fqName.name() + ".hal"); in parseOptional() [all …]
|
D | main.cpp | 861 std::string packagePath; in generateExportHeaderForPackage() local 863 false /* sanitized */, &packagePath); in generateExportHeaderForPackage() 868 << "// Location: " << packagePath << "\n\n"; in generateExportHeaderForPackage()
|
/system/tools/aidl/build/ |
D | aidl_gen_rule.go | 286 packagePath := filepath.Dir(relPath) 302 var fullHeaderDir = g.genHeaderDir.Join(ctx, prefix, packagePath) 304 headers = append(headers, g.genHeaderDir.Join(ctx, prefix, packagePath, typeName+".h")) 305 …stagingHeaders = append(stagingHeaders, g.genHeaderDir.Join(ctx, "staging/"+prefix, packagePath, t… 306 headers = append(headers, g.genHeaderDir.Join(ctx, prefix, packagePath, "Bp"+baseName+".h")) 307 …stagingHeaders = append(stagingHeaders, g.genHeaderDir.Join(ctx, "staging/"+prefix, packagePath, "… 308 headers = append(headers, g.genHeaderDir.Join(ctx, prefix, packagePath, "Bn"+baseName+".h")) 309 …stagingHeaders = append(stagingHeaders, g.genHeaderDir.Join(ctx, "staging/"+prefix, packagePath, "…
|
/system/apex/apexd/aidl/android/apex/ |
D | IApexService.aidl | 140 ApexInfo installAndActivatePackage(in @utf8InCpp String packagePath, boolean force); in installAndActivatePackage() argument
|