HomeSort by relevance Sort by last modified time
    Searched defs:is_executable (Results 1 - 11 of 11) 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):
  /external/python/cpython2/Lib/
CGIHTTPServer.py 97 def is_executable(self, path): member in class:CGIHTTPRequestHandler
148 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):
  /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/python/cpython3/Lib/http/
server.py 974 def is_executable(self, path): member in class:CGIHTTPRequestHandler
    [all...]
  /external/v8/src/base/platform/
platform-posix.cc 104 const bool is_executable = false; local
105 void* mbase = OS::Allocate(requested, &allocated, is_executable);
  /external/elfutils/libdwfl/
libdwflP.h 224 bool is_executable; /* Use Dwfl::executable_for_core? */ member in struct:Dwfl_Module
  /toolchain/binutils/binutils-2.27/gold/
x86_64.cc 2926 bool is_executable = (sh_flags & elfcpp::SHF_EXECINSTR) != 0; local
4045 bool is_executable = (data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0; local
    [all...]

Completed in 208 milliseconds