Home
last modified time | relevance | path

Searched refs:Var (Results 1 – 25 of 50) sorted by relevance

12

/aosp12/system/linkerconfig/contents/namespace/
H A Dproductdefault.cc31 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 Dvndk.cc57 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 Dvendordefault.cc45 {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 Dvndkinsystem.cc45 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 Dsystemdefault.cc33 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 Drs.cc35 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 Dsphal.cc60 .AddSharedLib(Var("LLNDK_LIBRARIES_VENDOR", ""));
71 .AddSharedLib(Var("LLNDK_LIBRARIES_VENDOR", ""));
73 Var("VNDK_SAMEPROCESS_LIBRARIES_VENDOR", ""));
H A Dpostinstall.cc28 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}");
29 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}");
H A Dunrestricteddefault.cc32 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}");
35 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}");
H A Dsystem.cc33 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}");
35 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}");
H A Dapexplatform.cc37 ns.AddSearchPath(Var("SYSTEM_EXT") + "/${LIB}");
39 ns.AddSearchPath(Var("PRODUCT") + "/${LIB}");
/aosp12/build/soong/zip/cmd/
H A Dmain.go167 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 Dapexdefault.cc95 {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 DMakeWriter.java117 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 Dbaseconfig.cc57 {Var("SYSTEM_EXT") + "/bin/", "system"}, in CreateBaseConfiguration()
62 {Var("PRODUCT") + "/bin/", "product"}, in CreateBaseConfiguration()
100 {Var("PRODUCT") + "/app/", "system"}, in CreateBaseConfiguration()
H A Dlegacy.cc38 {Var("SYSTEM_EXT"), "legacy"}, in CreateLegacyConfiguration()
39 {Var("PRODUCT"), "legacy"}, in CreateLegacyConfiguration()
/aosp12/build/blueprint/bootstrap/bpglob/
H A Dbpglob.go47 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 Dbpmodify.go38 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 Dcontext.h77 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 Dcontext.cc96 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 Dcommon_types.py33 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 Dzip2zip.go49 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 Dpom2bp.go629 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 Dunpack_test.go380 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 Derror_prone_annotations-2.3.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12