Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 134) sorted by relevance

123456

/build/soong/android/
Dsoong_config_modules.go332 func importModuleTypes(ctx LoadHookContext, from string, moduleTypes ...string) {
333 from = filepath.Clean(from)
334 if filepath.Ext(from) != ".bp" {
335 ctx.PropertyErrorf("from", "%q must be a file with extension .bp", from)
339 if strings.HasPrefix(from, "../") {
341 from)
345 moduleTypeDefinitions := loadSoongConfigModuleTypeDefinition(ctx, from)
354 moduleType, from)
361 func loadSoongConfigModuleTypeDefinition(ctx LoadHookContext, from string) map[string]blueprint.Mod…
363 key := NewCustomOnceKey(onceKeyType(filepath.Clean(from)))
[all …]
/build/blueprint/pathtools/
Dlists_test.go23 from, ext, to string
34 t.Run(test.from, func(t *testing.T) {
35 got := ReplaceExtension(test.from, test.ext)
37 t.Errorf("ReplaceExtension(%v, %v) = %v; want: %v", test.from, test.ext, got, test.to)
Dfs_test.go52 from, to string
97 t.Run(test.from, func(t *testing.T) {
98 got := mock.followSymlinks(test.from)
296 from, to string
342 t.Run(test.from, func(t *testing.T) {
343 got, err := fs.Readlink(test.from)
346 t.Errorf("fs.Readlink(%q) want: %q, got %q", test.from, test.to, got)
/build/soong/cc/
Dsanitize_test.go131 expectSharedLinkDep := func(from, to android.TestingModule) {
133 fromLink := from.Description("link")
138 from.Module(), to.Module(), w, g)
144 expectStaticLinkDep := func(from, to android.TestingModule) {
146 fromLink := from.Description("link")
151 from.Module(), to.Module(), w, g)
158 expectInstallDep := func(from, to android.TestingModule) {
160 fromInstalled := from.Description("install")
169 from.Module(), to.Module(), want, got)
Dsdk_test.go58 assertDep := func(t *testing.T, from, to android.TestingModule) {
71 rule := from.Description("link")
/build/make/
Dhelp.sh41 snod Quickly rebuild the system image from built packages
43 vnod Quickly rebuild the vendor image from built packages
45 pnod Quickly rebuild the product image from built packages
47 senod Quickly rebuild the system_ext image from built packages
49 onod Quickly rebuild the odm image from built packages
51 vdnod Quickly rebuild the vendor_dlkm image from built packages
53 odnod Quickly rebuild the odm_dlkm image from built packages
DDeprecation.md3 We've made significant progress converting AOSP from Make to Soong (Android.mk
37 from AOSP (and Google's internal trees). The process will go something like
42 * `BUILD_PACKAGE` will be moved from `AVAILABLE_BUILD_MODULE_TYPES` to
47 * `BUILD_PACKAGE` will be switched from `DEFAULT_WARNING_BUILD_MODULE_TYPES` to
51 `BUILD_BROKEN_USES_BUILD_PACKAGE`, `BUILD_PACKAGE` will be moved from
/build/make/core/
Dsoong_android_app_set.mk6 $(call pretty-error,soong_apk_set.mk may only be used from Soong)
20 define extract-install-file-from-apk-set
26 $(eval $(call extract-install-file-from-apk-set,$(LOCAL_PREBUILT_MODULE_FILE),$(LOCAL_APK_SET_INSTA…
Ddumpconfig.mk14 $(warning Calling dumpconfig.mk from inside the make build system is not)
30 $(warning dumpconfig must be called from the root of the source tree)
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto25 // If set, GCC-style dependency files from any command that references __SBOX_DEPFILE__ will be
32 // A list of copy rules to run before the sandboxed command. The from field is relative to the
43 // A list of copy rules to run after the sandboxed command. The from field is relative to the
56 // Copy describes a from-to pair of files to copy. The paths may be relative, the root that they
58 // from and to.
60 required string from = 1; field
76 // PathMapping describes a mapping from a path outside the sandbox to the path inside the sandbox.
78 required string from = 1; field
/build/soong/linkerconfig/proto/
Dlinker_config.proto18 // format can be found from
32 // Providing libs from the module
35 // Required libs from the module
/build/bazel/bazel_skylib/
DREADME.md6 from `bazel-skylib`, add a comment containing `Divergence from bazel-skylib` which
DBUILD1 # Divergence from bazel_skylib: Use a stub BUILD file, as there are reduced
/build/bazel/rules_cc/
DREADME.md9 from `rules_cc`, add a comment containing `Divergence from rules_cc` which
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go284 for _, from := range mt.PropertyStructs {
286 if from.Name == to.Name {
287 CollapseDuplicateProperties(&to.Properties, &from.Properties)
291 collapsed = append(collapsed, from)
296 func CollapseDuplicateProperties(to, from *[]Property) {
298 for _, f := range *from {
/build/make/tools/rbcrun/
DREADME.md9 A Roboleaf configuration file is a Starlark script. Usually it is read from *file*. The option `-c`…
11 (i.e., `my=file.rbc` sets `my` to `file.rbc`, `-f my=file.rbc` runs the script from `my=file.rbc`).
19 Read script from *text*
74 "*top*/" prefix from the matching file names.
/build/soong/symbol_inject/cmd/
Dsymbol_inject.go29 from = flag.String("from", "", "optional existing value of the symbol for verification") var
91 err = symbol_inject.InjectStringSymbol(file, w, *symbol, *value, *from)
/build/bazel/bazel_skylib/rules/
DBUILD1 # Divergence from rules_cc: Use a stub BUILD file, as there are reduced
/build/soong/symbol_inject/
Dsymbol_inject.go54 func InjectStringSymbol(file *File, w io.Writer, symbol, value, from string) error {
64 if from != "" {
68 copy(expected, from)
/build/bazel/json_module_graph/
Dlibrary.jq50 # from the variation map of the module that depends on them
114 def findEdge($from;$to):
115 .[] | select(.Name == $from) |
/build/bazel/rules_cc/cc/
DBUILD1 # Divergence from rules_cc: Use a stub BUILD file, as there are reduced
/build/soong/ui/status/ninja_frontend/
DREADME1 This comes from https://android.googlesource.com/platform/external/ninja/+/master/src/frontend.proto
Dfrontend.proto47 // Description field from the edge.
49 // Command field from the edge.
93 // Info/warning/error message from Ninja.
/build/make/target/product/virtual_ab_ota/
DREADME.md3 Devices that uses Virtual A/B must inherit from one of the makefiles in this directory.
/build/soong/cmd/sbox/
Dsbox.go389 func copyOneFile(from string, to string, forceExecutable, allowFromNotExists bool) error {
395 stat, err := os.Stat(from)
408 in, err := os.Open(from)
475 for i, from := range files {
478 to := applyPathMappings(rspFile.PathMappings, from)
481 err := copyOneFile(from, joinPath(toDir, to), false, false)

123456