HomeSort by relevance Sort by last modified time
    Searched refs:IsExecutable (Results 1 - 25 of 30) 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 34 def IsExecutable(path):
  /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/v8/build/util/
java_action.py 16 def IsExecutable(path):
44 if IsExecutable(command):
61 if 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 195 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 46 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable();
  /system/core/include/backtrace/
BacktraceMap.h 72 bool IsExecutable(uintptr_t pc) { return GetFlags(pc) & PROT_EXEC; }
  /art/runtime/
oat_file_assistant_test.cc 393 EXPECT_TRUE(oat_file->IsExecutable());
444 EXPECT_TRUE(oat_file->IsExecutable());
558 EXPECT_TRUE(oat_file->IsExecutable());
625 EXPECT_TRUE(oat_file->IsExecutable());
730 EXPECT_TRUE(oat_file->IsExecutable());
    [all...]
oat_file.h 89 bool IsExecutable() const {
oat_file_assistant.cc 912 return (odex_file != nullptr && odex_file->IsExecutable());
    [all...]
oat_file_manager.cc 634 if (source_oat_file->IsExecutable()) {
oat_file.cc     [all...]
  /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 525 bool IsExecutable = Rels.empty();
526 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 

Completed in 420 milliseconds

1 2