Home
last modified time | relevance | path

Searched refs:Executable (Results 1 – 6 of 6) sorted by relevance

/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go172 Executable *bool `protobuf:"varint,3,opt,name=executable" json:"executable,omitempty"` member
218 if m != nil && m.Executable != nil {
219 return *m.Executable
/build/soong/cuj/
Dcuj.go109 if executable, err := os.Executable(); err == nil {
/build/soong/cmd/path_interposer/
Dmain.go32 interposer, err := os.Executable()
/build/soong/cmd/soong_ui/
Dmain.go273 if executable, err := os.Executable(); err == nil {
/build/blueprint/microfactory/
Dmicrofactory.go652 if executable, err := os.Executable(); err == nil {
/build/soong/android/
Drule_builder.go553 Executable: proto.Bool(tool.executable),