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

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
path_unittest.py 15 self.assertFalse(path.IsExecutable('nonexistent_file'))
16 self.assertTrue(path.IsExecutable(sys.executable))
path.py 18 IsExecutable = catapult_util.IsExecutable
47 if IsExecutable(p):
  /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/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_finder.py 176 if path_module.IsExecutable(normalized_executable):
190 if path_module.IsExecutable(app):
221 if path_module.IsExecutable(mac_canary):
226 if path_module.IsExecutable(mac_system):
231 if reference_build and path_module.IsExecutable(reference_build):
249 if path_module.IsExecutable(browser_path):
252 if reference_build and path_module.IsExecutable(reference_build):
desktop_browser_backend.py 196 if path.IsExecutable(colocated_cdb):
  /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_test.cc 401 EXPECT_TRUE(oat_file->IsExecutable());
491 EXPECT_TRUE(oat_file->IsExecutable());
696 EXPECT_TRUE(oat_file->IsExecutable());
736 EXPECT_TRUE(oat_file->IsExecutable());
    [all...]
oat_file_assistant.h 315 bool IsExecutable();
oat_file.h 103 bool IsExecutable() const {
oat_file_assistant.cc     [all...]
oat_file.cc     [all...]
oat_file_manager.cc 706 if (source_oat_file->IsExecutable()) {
  /test/vts/utils/python/file/
file_utils.py 185 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 

Completed in 1212 milliseconds

1 2