Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 29) sorted by relevance

12

/build/soong/python/tests/
Dpy-cmd_test.py51 assert_equal("basename(sys.executable)", os.path.basename(sys.executable), 'py2-cmd')
53 assert_equal("basename(sys.executable)", os.path.basename(sys.executable), 'py3-cmd')
54 assert_equal("sys.exec_prefix", sys.exec_prefix, sys.executable)
55 assert_equal("sys.prefix", sys.prefix, sys.executable)
62 assert_equal("sys.path[2]", sys.path[2], os.path.join(sys.executable, "internal"))
63 assert_equal("sys.path[3]", sys.path[3], os.path.join(sys.executable, "internal", "stdlib"))
68 …assert_equal("sys.path[2]", sys.path[2], os.path.join(sys.executable, 'lib', 'python' + str(sys.ve…
69 …assert_equal("sys.path[3]", sys.path[3], os.path.join(sys.executable, 'lib', 'python' + str(sys.ve…
70 …assert_equal("sys.path[4]", sys.path[4], os.path.join(sys.executable, 'lib', 'python' + str(sys.ve…
71 …assert_equal("sys.path[5]", sys.path[5], os.path.join(sys.executable, 'lib', 'python' + str(sys.ve…
[all …]
Dpar_test.py36 assert_equal("sys.executable", sys.executable, None)
/build/make/core/
Dhost_executable_internal.mk15 ifdef host-executable-hook
16 $(call host-executable-hook)
43 $(transform-host-o-to-executable)
Dexecutable_internal.mk15 ifdef target-executable-hook
16 $(call target-executable-hook)
34 $(error $(LOCAL_PATH): $(LOCAL_MODULE) is statically linking libc to dynamic executable, please rem…
70 $(transform-o-to-static-executable)
74 $(transform-o-to-executable)
DLINUX_KERNEL_COPYING151 under Section 2) in object code or executable form under the terms of
168 received the program in object code or executable form with such
172 making modifications to it. For an executable work, complete source
175 control compilation and installation of the executable. However, as a
179 operating system on which the executable runs, unless that component
180 itself accompanies the executable.
182 If distribution of executable or object code is made by offering
Dsoong_rust_prebuilt.mk104 [ -x $@ ] || ( $(call echo-error,$@,Target of symlink is not executable); false )
Dsoong_cc_prebuilt.mk154 [ -x $@ ] || ( $(call echo-error,$@,Target of symlink is not executable); false )
/build/soong/ui/build/
Dtest_build.go51 executable := config.PrebuiltBuildTool("ninja")
58 cmd := Command(ctx, config, "ninja", executable, args...)
126 queryCmd := Command(ctx, config, "ninja", executable,
Dninja.go44 executable := config.PrebuiltBuildTool("ninja")
72 cmd := Command(ctx, config, "ninja", executable, args...)
Dexec.go42 func Command(ctx Context, config Config, name string, executable string, args ...string) *Cmd {
44 Cmd: exec.CommandContext(ctx.Context, executable, args...),
Dkati.go73 executable := config.PrebuiltBuildTool("ckati")
148 cmd := Command(ctx, config, "ckati", executable, args...)
/build/soong/python/scripts/
Dmain.py10 sys.executable = None
/build/soong/cuj/
Dcuj.go109 if executable, err := os.Executable(); err == nil {
110 …trace.ImportMicrofactoryLog(filepath.Join(filepath.Dir(executable), "."+filepath.Base(executable)+…
/build/pesto/experiments/prepare_bazel_test_env/data/templates/tools/tradefederation/core/
DBUILD.bazel.template52 executable=True,
64 executable=True,
/build/make/core/combo/
DHOST_darwin-x86_64.mk46 define transform-host-o-to-executable-inner
/build/pesto/experiments/prepare_bazel_test_env/data/templates/build/bazel/rules/
Dcc_test.bzl.template54 return [DefaultInfo(executable = script, runfiles = runfiles)]
82 executable = True,
/build/soong/android/
Dpackaging.go40 executable bool member
241 if ps.executable {
Dmodule.go2669 func (m *moduleContext) packageFile(fullInstallPath InstallPath, srcPath Path, executable bool) Pac…
2674 executable: executable,
2680 …lFile(installPath InstallPath, name string, srcPath Path, deps []Path, executable bool) InstallPat…
2699 if executable {
2716 m.packageFile(fullInstallPath, srcPath, executable)
2752 executable: false,
2782 executable: false,
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto63 // If true, make the file executable after copying it.
64 optional bool executable = 3; field
/build/soong/cmd/path_interposer/
Dmain_test.go133 …err: fmt.Errorf(`exec: "path_interposer_test_does_not_exist": executable file not found in $P…
/build/soong/cmd/soong_ui/
Dmain.go274 if executable, err := os.Executable(); err == nil {
275 …trace.ImportMicrofactoryLog(filepath.Join(filepath.Dir(executable), "."+filepath.Base(executable)+…
/build/make/tools/releasetools/
DAndroid.bp18 // For module X, if we need to build it both as a library and an executable:
634 // host, because the test executable won't be able to find the needed libs via its
/build/bazel/rules/
Dcc_object.bzl80 files = depset([linking_output.executable])
Dcc_library_static.bzl111 executable = archiver_path,
/build/soong/zip/
Dzip.go582 var executable bool
651 executable = s.Mode()&0100 != 0
660 if executable {

12