/aosp12/system/linkerconfig/contents/namespace/ |
H A D | productdefault.cc | 31 ns.AddSearchPath(Var("PRODUCT", "product") + "/${LIB}"); 32 ns.AddPermittedPath(Var("PRODUCT", "product")); 36 {Var("LLNDK_LIBRARIES_PRODUCT"), Var("SANITIZER_DEFAULT_PRODUCT")}); 37 ns.GetLink("vndk").AddSharedLib({Var("VNDK_SAMEPROCESS_LIBRARIES_PRODUCT"), 38 Var("VNDK_CORE_LIBRARIES_PRODUCT")}); 41 .AddSharedLib(Var("VNDK_USING_CORE_VARIANT_LIBRARIES"));
|
H A D | vndk.cc | 57 lib_paths = {Var("PRODUCT") + "/${LIB}"}; 58 vndk_version = Var("PRODUCT_VNDK_VERSION"); 62 vndk_version = Var("VENDOR_VNDK_VERSION"); 92 Var("VENDOR_VNDK_VERSION") + "/${LIB}/hw"); 104 .AddSharedLib({Var("LLNDK_LIBRARIES_PRODUCT")}); 107 .AddSharedLib({Var("LLNDK_LIBRARIES_VENDOR")}); 113 .AddSharedLib(Var("VNDK_USING_CORE_VARIANT_LIBRARIES"));
|
H A D | vendordefault.cc | 45 {Var("LLNDK_LIBRARIES_VENDOR"), Var("SANITIZER_DEFAULT_VENDOR")}); 46 ns.GetLink("vndk").AddSharedLib({Var("VNDK_SAMEPROCESS_LIBRARIES_VENDOR"), 47 Var("VNDK_CORE_LIBRARIES_VENDOR")}); 50 .AddSharedLib(Var("VNDK_USING_CORE_VARIANT_LIBRARIES"));
|
H A D | vndkinsystem.cc | 45 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}"); 47 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}"); 51 ns.AddAllowedLib(Var("VNDK_USING_CORE_VARIANT_LIBRARIES")); 61 .AddSharedLib(Var("LLNDK_LIBRARIES_PRODUCT")); 64 .AddSharedLib(Var("LLNDK_LIBRARIES_VENDOR"));
|
H A D | systemdefault.cc | 33 std::string product = Var("PRODUCT"); in SetupSystemPermittedPaths() 34 std::string system_ext = Var("SYSTEM_EXT"); in SetupSystemPermittedPaths() 88 std::string product = Var("PRODUCT"); 89 std::string system_ext = Var("SYSTEM_EXT");
|
H A D | rs.cc | 35 ns.AddSearchPath("/apex/com.android.vndk.v" + Var("VENDOR_VNDK_VERSION") + 48 .AddSharedLib({Var("LLNDK_LIBRARIES_VENDOR"), 49 Var("PRIVATE_LLNDK_LIBRARIES_VENDOR", "")});
|
H A D | sphal.cc | 60 .AddSharedLib(Var("LLNDK_LIBRARIES_VENDOR", "")); 71 .AddSharedLib(Var("LLNDK_LIBRARIES_VENDOR", "")); 73 Var("VNDK_SAMEPROCESS_LIBRARIES_VENDOR", ""));
|
H A D | postinstall.cc | 28 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}"); 29 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}");
|
H A D | unrestricteddefault.cc | 32 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}"); 35 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}");
|
H A D | system.cc | 33 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}"); 35 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}");
|
H A D | apexplatform.cc | 37 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}"); 39 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}");
|
/aosp12/build/soong/zip/cmd/ |
H A D | main.go | 167 flags.Var(&rootPrefix{}, "P", "path prefix within the zip at which to place files") 168 flags.Var(&listFiles{}, "l", "file containing list of files to zip") 169 flags.Var(&rspFiles{}, "r", "file containing list of files to zip with Ninja rsp file escaping") 170 flags.Var(&dir{}, "D", "directory to include in zip") 171 flags.Var(&file{}, "f", "file to include in zip") 172 flags.Var(&nonDeflatedFiles, "s", "file path to be stored within the zip without compression") 173 …flags.Var(&relativeRoot{}, "C", "path to use as relative root of files in following -f, -l, or -D … 174 flags.Var(&junkPaths{}, "j", "junk paths, zip files without directory names")
|
/aosp12/system/linkerconfig/contents/section/ |
H A D | apexdefault.cc | 95 {Var("SANITIZER_DEFAULT_" + user_partition_suffix)}, in BuildApexDefaultSection() 100 {Var("VNDK_SAMEPROCESS_LIBRARIES_" + user_partition_suffix), in BuildApexDefaultSection() 101 Var("VNDK_CORE_LIBRARIES_" + user_partition_suffix)}, in BuildApexDefaultSection() 106 {Var("VNDK_SAMEPROCESS_LIBRARIES_" + user_partition_suffix)}, in BuildApexDefaultSection()
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | MakeWriter.java | 117 private static class Var { class in MakeWriter 118 Var(String name, Str val) { in Var() method in MakeWriter.Var 128 TreeMap<String, Var> sorted = new TreeMap(); in writeStrVars() 131 new Var(entry.getKey(), entry.getValue())); in writeStrVars() 134 for (Var var: sorted.values()) { in writeStrVars()
|
/aosp12/system/linkerconfig/contents/configuration/ |
H A D | baseconfig.cc | 57 {Var("SYSTEM_EXT") + "/bin/", "system"}, in CreateBaseConfiguration() 62 {Var("PRODUCT") + "/bin/", "product"}, in CreateBaseConfiguration() 100 {Var("PRODUCT") + "/app/", "system"}, in CreateBaseConfiguration()
|
H A D | legacy.cc | 38 {Var("SYSTEM_EXT"), "legacy"}, in CreateLegacyConfiguration() 39 {Var("PRODUCT"), "legacy"}, in CreateLegacyConfiguration()
|
/aosp12/build/blueprint/bootstrap/bpglob/ |
H A D | bpglob.go | 47 flagSet.Var(&versionMatch, "v", "version number the command line was generated for") 48 flagSet.Var((*patternsArgs)(&globs), "p", "pattern to include in results") 49 …flagSet.Var((*excludeArgs)(&globs), "e", "pattern to exclude from results from the most recent pat…
|
/aosp12/build/blueprint/bpmodify/ |
H A D | bpmodify.go | 38 flag.Var(targetedModules, "m", "comma or whitespace separated list of modules on which to operate") 39 flag.Var(targetedProperty, "parameter", "alias to -property=`name`") 40 …flag.Var(targetedProperty, "property", "fully qualified `name` of property to modify (default \"de… 41 flag.Var(addIdents, "a", "comma or whitespace separated list of identifiers to add") 42 flag.Var(removeIdents, "r", "comma or whitespace separated list of identifiers to remove") 43 flag.Var(stringPtrFlag{&setString}, "str", "set a string property")
|
/aosp12/system/linkerconfig/contents/include/linkerconfig/ |
H A D | context.h | 77 std::string Var(const std::string& name); 79 std::string Var(const std::string& name, const std::string& default_value);
|
/aosp12/system/linkerconfig/contents/context/ |
H A D | context.cc | 96 std::string Var(const std::string& name) { in Var() function 105 std::string Var(const std::string& name, const std::string& default_value) { in Var() function
|
/aosp12/bionic/benchmarks/linker_relocation/regen/ |
H A D | common_types.py | 33 Var = 2 variable in SymKind 36 return {SymKind.Func: 'func', SymKind.Var: 'var'}[self] 40 return {'func': SymKind.Func, 'var': SymKind.Var}[obj]
|
/aosp12/build/soong/cmd/zip2zip/ |
H A D | zip2zip.go | 49 flag.Var(&excludes, "x", "exclude a filespec from the output") 50 flag.Var(&includes, "X", "include a filespec in the output that was previously excluded") 51 flag.Var(&uncompress, "0", "convert a filespec to uncompressed in the output")
|
/aosp12/build/soong/cmd/pom2bp/ |
H A D | pom2bp.go | 629 flag.Var(&excludes, "exclude", "Exclude module") 630 …flag.Var(&extraStaticLibs, "extra-static-libs", "Extra static dependencies needed when depending o… 631 flag.Var(&extraLibs, "extra-libs", "Extra runtime dependencies needed when depending on a module") 632 flag.Var(&rewriteNames, "rewrite", "Regex(es) to rewrite artifact names") 633 …flag.Var(&hostModuleNames, "host", "Specifies that the corresponding module (specified in the form… 634 …flag.Var(&hostAndDeviceModuleNames, "host-and-device", "Specifies that the corresponding module (s…
|
/aosp12/build/blueprint/proptools/ |
H A D | unpack_test.go | 380 Var string 392 Var string 395 {Var: "var1", Values: []string{"1.1", "1.2"}}, 396 {Var: "var2", Values: []string{"2.1"}},
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | error_prone_annotations-2.3.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |