Home
last modified time | relevance | path

Searched defs:is_executable (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/clang-sys/src/
Dsupport.rs158 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/rust/src/tools/tidy/src/
Dbins.rs38 fn is_executable(path: &Path) -> std::io::Result<bool> { in is_executable() function
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py336 def is_executable(file, *, user=None, check=False): function
/third_party/python/Lib/http/
Dserver.py1044 def is_executable(self, path): member in CGIHTTPRequestHandler
/third_party/elfutils/src/
Delfclassify.c533 is_executable (void) in is_executable() function
/third_party/mindspore/mindspore-src/source/tests/st/scripts/
Drun_st.py178 def is_executable(path): function
/third_party/elfutils/libdwfl/
DlibdwflP.h219 bool is_executable; /* Use Dwfl::executable_for_core? */ member
/third_party/libabigail/src/
Dabg-elf-helpers.cc1288 is_executable(Elf* elf_handle) in is_executable() function