Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/scripts/
Dcheck_files.py177 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/
Dsupport.rs62 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/
DCargo.toml37 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/
Danalyzer.py249 self.is_executable = False
379 target.is_executable = target_type == "executable"
506 target.is_executable
521 target.is_executable,
Dninja.py1417 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/
Danalyzer.py249 self.is_executable = False
379 target.is_executable = target_type == "executable"
506 target.is_executable
521 target.is_executable,
Dninja.py1417 is_executable = spec["type"] == "executable"
1447 is_executable,
1467 if is_executable and len(solibs):
/third_party/libabigail/src/
Dabg-elf-helpers.h221 is_executable(Elf* elf_handle);
Dabg-elf-helpers.cc1285 is_executable(Elf* elf_handle) in is_executable() function
/third_party/elfutils/libdwfl/
Ddwfl_build_id_find_elf.c150 if (mod->is_executable in dwfl_build_id_find_elf()
DlibdwflP.h223 bool is_executable; /* Use Dwfl::executable_for_core? */ member
Ddwfl_segment_report_module.c933 mod->is_executable = true; in dwfl_segment_report_module()
DChangeLog1325 * libdwflP.h (struct Dwfl_Module): New field is_executable.
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs464 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/
Delfclassify.c533 is_executable (void) in is_executable() function
754 [classify_executable] = is_executable (), in process_current_path()
/third_party/python/Lib/http/
Dserver.py1034 def is_executable(self, path): member in CGIHTTPRequestHandler
1084 if not self.is_executable(scriptfile):
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py336 def is_executable(file, *, user=None, check=False): function
Dscriptutil.py81 return fsutil.is_executable(filename)
/third_party/node/tools/gyp/pylib/gyp/
Dmsvs_emulation.py653 is_executable, argument
773 is_executable and not have_def_file,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmsvs_emulation.py650 is_executable, argument
767 is_executable and not have_def_file,
/third_party/rust/crates/clap/
DCargo.lock216 "is_executable",
496 name = "is_executable"
/third_party/node/deps/v8/tools/
Dgrokdump.py130 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/
DChangeLog11225 (is_executable): Likewise.
11230 (is_executable): Likewise.