Searched refs:IsExecutable (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/util/
H A Dpath_unittest.py15 self.assertFalse(path.IsExecutable('nonexistent_file'))
16 self.assertTrue(path.IsExecutable(sys.executable))
H A Dpath.py19 def IsExecutable(path): function
40 if IsExecutable(path):
H A Dcloud_storage.py77 if path.IsExecutable(executable_path):
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_finder.py158 if path.IsExecutable(normalized_executable):
170 if path.IsExecutable(app):
198 if path.IsExecutable(mac_canary):
203 if path.IsExecutable(mac_system):
207 if path.IsExecutable(mac_reference):
228 if path.IsExecutable(linux_reference):
/external/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp108 bool IsExecutable = (Status.permissions() & fs::owner_exe); local
109 EXPECT_TRUE(IsExecutable);
/external/chromium_org/content/browser/appcache/
H A Dappcache_entry.h50 bool IsExecutable() const { return (types_ & EXECUTABLE) != 0; } function in class:content::AppCacheEntry
H A Dappcache_url_request_job.cc116 if (entry_.IsExecutable()) {
240 if (entry_ptr && !entry_ptr->IsExecutable()) {
H A Dappcache.cc104 if (!entry || !entry->IsExecutable())
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dippet_power_monitor.py52 if path.IsExecutable(ippet_path):
62 if path.IsExecutable(ippet_path):
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h96 IsExecutable () const;
H A DObjectFileMachO.cpp772 ObjectFileMachO::IsExecutable() const function in class:ObjectFileMachO
3799 if (!IsExecutable() || m_entry_point_address.IsValid())
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp538 bool IsExecutable = Rels.empty(); local
539 if (IsExecutable) {
/external/lldb/include/lldb/Core/
H A DModule.h581 IsExecutable ();
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h285 IsExecutable () const = 0;
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h97 IsExecutable () const;
H A DObjectFileELF.cpp419 ObjectFileELF::IsExecutable() const function in class:ObjectFileELF
559 if (!ParseHeader() || !IsExecutable())
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h80 IsExecutable () const;
H A DObjectFilePECOFF.cpp267 ObjectFilePECOFF::IsExecutable() const function in class:ObjectFilePECOFF
/external/lldb/source/Core/
H A DModule.cpp1286 Module::IsExecutable () function in class:Module
1291 return GetObjectFile()->IsExecutable();
/external/lldb/source/Target/
H A DProcess.cpp3221 if (module_sp && module_sp->IsExecutable())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 321 milliseconds