Home
last modified time | relevance | path

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

/external/cronet/components/nacl/browser/
Dnacl_file_host.cc74 bool is_executable, in DoOpenPnaclFile()
163 bool is_executable, in GetReadonlyPnaclFd()
Dnacl_host_message_filter.cc278 const std::string& filename, bool is_executable, IPC::Message* reply_msg) { in OnGetReadonlyPnaclFd()
Dnacl_browser.cc122 bool is_executable) { in OpenNaClReadExecImpl()
/external/cronet/base/win/
Dpatch_util.cc29 DWORD is_executable = (PAGE_EXECUTE | PAGE_EXECUTE_READ | in ModifyCode() local
/external/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
/external/python/cpython2/Lib/
DCGIHTTPServer.py97 def is_executable(self, path): member in CGIHTTPRequestHandler
/external/cronet/base/debug/
Dhandle_hooks_win.cc95 DWORD is_executable = (PAGE_EXECUTE | PAGE_EXECUTE_READ | in ChangeProtection() local
/external/llvm/utils/
Dllvm-compilers-check116 def is_executable(fpath): function
/external/python/cpython3/Tools/c-analyzer/c_common/
Dfsutil.py336 def is_executable(file, *, user=None, check=False): function
/external/python/cpython3/Lib/http/
Dserver.py1025 def is_executable(self, path): member in CGIHTTPRequestHandler
/external/elfutils/src/
Delfclassify.c533 is_executable (void) in is_executable() function
/external/libabigail/src/
Dabg-elf-helpers.cc1284 is_executable(Elf* elf_handle) in is_executable() function
/external/cronet/base/files/
Dfile_util_win.cc1107 bool is_executable, in PreReadFile()
Dfile_util_posix.cc1216 bool is_executable, in PreReadFile()
/external/elfutils/libdwfl/
DlibdwflP.h223 bool is_executable; /* Use Dwfl::executable_for_core? */ member
/external/cronet/components/nacl/renderer/
Dppb_nacl_private_impl.cc617 bool is_executable, in GetReadonlyPnaclFd()