| /third_party/mbedtls/tests/scripts/ |
| D | check_files.py | 173 is_executable = os.access(filepath, os.X_OK) 175 if is_executable != should_be_executable: 212 is_executable = os.access(filepath, os.X_OK) 216 if not is_executable: 221 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/flutter/engine/flutter/runtime/ |
| D | dart_snapshot.cc | 57 bool is_executable) { in SearchMapping() argument 66 if (auto file_mapping = GetFileMapping(file_path, is_executable)) { in SearchMapping()
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| D | analyzer.py | 250 self.is_executable = False 380 target.is_executable = target_type == "executable" 507 target.is_executable 522 target.is_executable,
|
| D | ninja.py | 1427 is_executable = spec["type"] == "executable" 1453 is_executable, 1473 if is_executable and len(solibs):
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| D | analyzer.py | 239 self.is_executable = False 362 target.is_executable = target_type == 'executable' 484 (target.is_executable or 490 target.is_executable, 'added_to_compile_targets',
|
| D | ninja.py | 1149 is_executable = spec['type'] == 'executable' 1164 output, is_executable, 1181 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | msvs_emulation.py | 565 manifest_base_name, output_name, is_executable, build_dir): argument 666 is_executable and not have_def_file, build_dir)
|
| /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 | 648 is_executable, argument 768 is_executable and not have_def_file,
|
| /third_party/rust/crates/clap/ |
| D | Cargo.lock | 167 "is_executable", 453 name = "is_executable"
|
| /third_party/libabigail/ |
| D | ChangeLog | 11225 (is_executable): Likewise. 11230 (is_executable): Likewise.
|