HomeSort by relevance Sort by last modified time
    Searched refs:IsExecutable (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium-trace/catapult/common/py_utils/py_utils/
py_utils_unittest.py 14 self.assertFalse(py_utils.IsExecutable('nonexistent_file'))
18 self.assertFalse(py_utils.IsExecutable(_GetFileInTestDir('foo.txt')))
19 self.assertTrue(py_utils.IsExecutable(sys.executable))
__init__.py 36 def IsExecutable(path):
  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 114 bool IsExecutable = (Status.permissions() & fs::owner_exe);
115 EXPECT_TRUE(IsExecutable);
  /art/test/117-nopatchoat/
nopatchoat.cc 47 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable();
  /external/llvm/lib/Target/
TargetMachine.cpp 136 bool IsExecutable =
138 if (IsExecutable) {
  /system/core/libbacktrace/include/backtrace/
BacktraceMap.h 76 bool IsExecutable(uintptr_t pc) { return GetFlags(pc) & PROT_EXEC; }
  /art/runtime/
oat_file_assistant.h 344 bool IsExecutable();
oat_file_assistant_test.cc 407 EXPECT_TRUE(oat_file->IsExecutable());
497 EXPECT_TRUE(oat_file->IsExecutable());
702 EXPECT_TRUE(oat_file->IsExecutable());
742 EXPECT_TRUE(oat_file->IsExecutable());
    [all...]
oat_file.h 107 bool IsExecutable() const {
oat_file_assistant.cc     [all...]
oat_file_manager.cc 507 if (source_oat_file->IsExecutable()) {
oat_file.cc     [all...]
  /test/vts/utils/python/file/
target_file_utils.py 200 def IsExecutable(permission_bits):
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 111 bool IsExecutable() const {
shader_program.cpp 180 if (!IsExecutable()) {
664 if (!IsExecutable()) {
935 if (!IsExecutable()) {
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 598 bool IsExecutable = Rels.empty();
599 if (IsExecutable) {
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 799 bool IsExecutable() const;
    [all...]
  /external/google-breakpad/src/processor/
minidump_unittest.cc 677 ASSERT_TRUE(info1->IsExecutable());
    [all...]
minidump.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 730 milliseconds

1 2