Home
last modified time | relevance | path

Searched refs:is_executable (Results 1 – 25 of 27) sorted by relevance

12

/external/bazel-skylib/rules/private/
Dcopy_file_private.bzl37 is_executable = True,
66 is_executable = ctx.attr.is_executable,
76 if ctx.attr.is_executable:
85 "is_executable": attr.bool(mandatory = True),
102 def copy_file(name, src, out, is_executable = False, allow_symlink = False, **kwargs):
114 is_executable: A boolean. Whether to make the output file executable. When
128 if is_executable:
139 is_executable = is_executable,
Dwrite_file_private.bzl21 def _common_impl(ctx, is_windows, is_executable):
33 is_executable = is_executable,
37 if is_executable:
72 is_executable = False,
82 is_executable: A boolean. Whether to make the output file executable.
90 if is_executable:
/external/bazel-skylib/docs/
Dwrite_file_doc.md4 … href="#write_file-content">content</a>, <a href="#write_file-is_executable">is_executable</a>, <a…
45 <tr id="write_file-is_executable">
46 <td><code>is_executable</code></td>
/external/bazel-skylib/tests/copy_file/
DBUILD143 is_executable = True,
150 is_executable = True,
158 is_executable = True,
165 is_executable = True,
/external/rust/crates/clang-sys/src/
Dsupport.rs145 if path.is_file() && is_executable(&path).unwrap_or(false) { in find()
155 fn is_executable(path: &Path) -> io::Result<bool> { in is_executable() function
164 fn is_executable(_: &Path) -> io::Result<bool> { in is_executable() function
/external/bazel-skylib/tests/native_binary/
DBUILD33 is_executable = True,
45 is_executable = True,
/external/bazel-skylib/tests/write_file/
DBUILD109 is_executable = True,
119 is_executable = True,
/external/python/cpython2/Lib/
DCGIHTTPServer.py97 def is_executable(self, path): member in CGIHTTPRequestHandler
148 if not self.is_executable(scriptfile):
/external/bazel-skylib/rules/
Ddiff_test.bzl72 is_executable = True,
105 is_executable = True,
/external/libabigail/src/
Dabg-elf-helpers.h178 is_executable(Elf* elf_handle);
Dabg-elf-helpers.cc1175 is_executable(Elf* elf_handle) in is_executable() function
/external/llvm/utils/
Dllvm-compilers-check116 def is_executable(fpath): function
555 if not is_executable(program):
569 if not is_executable(program):
/external/elfutils/libdwfl/
Ddwfl_build_id_find_elf.c151 if (mod->is_executable in dwfl_build_id_find_elf()
DlibdwflP.h222 bool is_executable; /* Use Dwfl::executable_for_core? */ member
Ddwfl_segment_report_module.c865 mod->is_executable = true; in dwfl_segment_report_module()
/external/elfutils/src/
Delfclassify.c533 is_executable (void) in is_executable() function
754 [classify_executable] = is_executable (), in process_current_path()
/external/bazel-skylib/tests/
Dshell_tests.bzl90 is_executable = True,
/external/bazel-skylib/tests/run_binary/
DBUILD95 is_executable = True,
/external/python/cpython3/Lib/http/
Dserver.py1025 def is_executable(self, path): member in CGIHTTPRequestHandler
1075 if not self.is_executable(scriptfile):
/external/python/cpython3/Tools/c-analyzer/c_common/
Dfsutil.py336 def is_executable(file, *, user=None, check=False): function
Dscriptutil.py81 return fsutil.is_executable(filename)
/external/bazelbuild-rules_android/rules/android_application/
Dandroid_application_rule.bzl296 is_executable = True,
/external/tensorflow/third_party/mlir/
Dtblgen.bzl249 is_executable = True,
/external/bazel-skylib/lib/
Dunittest.bzl336 is_executable = True,
/external/tensorflow/tensorflow/
Dtensorflow.bzl1999 is_executable = False,
2008 is_executable = False,

12