/third_party/mbedtls/tests/scripts/ |
D | check_files.py | 177 is_executable = os.access(filepath, os.X_OK) 179 if is_executable != should_be_executable: 216 is_executable = os.access(filepath, os.X_OK) 220 if not is_executable: 225 elif is_executable:
|
/third_party/rust/crates/clang-sys/src/ |
D | support.rs | 62 if p.is_file() && is_executable(&p).unwrap_or(false) { in find() 148 if path.is_file() && is_executable(&path).unwrap_or(false) { in find() 158 fn is_executable(path: &Path) -> io::Result<bool> { in is_executable() function 167 fn is_executable(_: &Path) -> io::Result<bool> { in is_executable() function
|
/third_party/rust/crates/clap/clap_complete/ |
D | Cargo.toml | 37 is_executable = { version = "1.0.1", optional = true } 55 …ep:shlex", "dep:unicode-xid", "dep:os_str_bytes", "clap/derive", "dep:is_executable", "dep:pathdif…
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | analyzer.py | 249 self.is_executable = False 379 target.is_executable = target_type == "executable" 506 target.is_executable 521 target.is_executable,
|
D | ninja.py | 1417 is_executable = spec["type"] == "executable" 1447 is_executable, 1467 if is_executable and len(solibs):
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | analyzer.py | 249 self.is_executable = False 379 target.is_executable = target_type == "executable" 506 target.is_executable 521 target.is_executable,
|
D | ninja.py | 1417 is_executable = spec["type"] == "executable" 1447 is_executable, 1467 if is_executable and len(solibs):
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.h | 221 is_executable(Elf* elf_handle);
|
D | abg-elf-helpers.cc | 1285 is_executable(Elf* elf_handle) in is_executable() function
|
/third_party/elfutils/libdwfl/ |
D | dwfl_build_id_find_elf.c | 150 if (mod->is_executable in dwfl_build_id_find_elf()
|
D | libdwflP.h | 223 bool is_executable; /* Use Dwfl::executable_for_core? */ member
|
D | dwfl_segment_report_module.c | 933 mod->is_executable = true; in dwfl_segment_report_module()
|
D | ChangeLog | 1325 * libdwflP.h (struct Dwfl_Module): New field is_executable.
|
/third_party/rust/crates/clap/clap_complete/src/ |
D | dynamic.rs | 464 use is_executable::IsExecutable; in complete_arg_value() 465 values.extend(complete_path(value_os, current_dir, |p| p.is_executable())); in complete_arg_value()
|
/third_party/elfutils/src/ |
D | elfclassify.c | 533 is_executable (void) in is_executable() function 754 [classify_executable] = is_executable (), in process_current_path()
|
/third_party/python/Lib/http/ |
D | server.py | 1034 def is_executable(self, path): member in CGIHTTPRequestHandler 1084 if not self.is_executable(scriptfile):
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | fsutil.py | 336 def is_executable(file, *, user=None, check=False): function
|
D | scriptutil.py | 81 return fsutil.is_executable(filename)
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | msvs_emulation.py | 653 is_executable, argument 773 is_executable and not have_def_file,
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | msvs_emulation.py | 650 is_executable, argument 767 is_executable and not have_def_file,
|
/third_party/rust/crates/clap/ |
D | Cargo.lock | 216 "is_executable", 496 name = "is_executable"
|
/third_party/node/deps/v8/tools/ |
D | grokdump.py | 130 is_executable = reader.IsProbableExecutableRegion(location, size) 133 if is_executable is not False: 163 if is_executable is not True and is_ascii is not True:
|
/third_party/libabigail/ |
D | ChangeLog | 11225 (is_executable): Likewise. 11230 (is_executable): Likewise.
|