HomeSort by relevance Sort by last modified time
    Searched defs:is_executable (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 95 def is_executable(self, path): member in class:CGIHTTPRequestHandler
151 if not self.is_executable(scriptfile):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 97 def is_executable(self, path): member in class:CGIHTTPRequestHandler
153 if not self.is_executable(scriptfile):
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 97 def is_executable(self, path): member in class:CGIHTTPRequestHandler
153 if not self.is_executable(scriptfile):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 97 def is_executable(self, path): member in class:CGIHTTPRequestHandler
153 if not self.is_executable(scriptfile):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 97 def is_executable(self, path): member in class:CGIHTTPRequestHandler
153 if not self.is_executable(scriptfile):
  /development/vndk/tools/abi-tool/
vndk_abi_tool.py 30 def is_executable(path): function in function:which
41 if is_executable(file_path):
  /external/ltp/tools/pounder21/
run.c 50 static inline int is_executable(const char *fname);
169 if (is_executable(argv[1])) {
217 static inline int is_executable(const char *fname) function
  /external/elfutils/libdwfl/
libdwflP.h 224 bool is_executable; /* Use Dwfl::executable_for_core? */ member in struct:Dwfl_Module
  /toolchain/binutils/binutils-2.25/gold/
x86_64.cc 3571 bool is_executable = (data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0; local
    [all...]

Completed in 385 milliseconds