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.py173 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/
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/flutter/engine/flutter/runtime/
Ddart_snapshot.cc57 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/
Danalyzer.py250 self.is_executable = False
380 target.is_executable = target_type == "executable"
507 target.is_executable
522 target.is_executable,
Dninja.py1427 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/
Danalyzer.py239 self.is_executable = False
362 target.is_executable = target_type == 'executable'
484 (target.is_executable or
490 target.is_executable, 'added_to_compile_targets',
Dninja.py1149 is_executable = spec['type'] == 'executable'
1164 output, is_executable,
1181 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmsvs_emulation.py565 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/
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.py648 is_executable, argument
768 is_executable and not have_def_file,
/third_party/rust/crates/clap/
DCargo.lock167 "is_executable",
453 name = "is_executable"
/third_party/libabigail/
DChangeLog11225 (is_executable): Likewise.
11230 (is_executable): Likewise.