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

/haiku/src/kits/tracker/
H A DModel.h135 bool IsExecutable() const;
453 Model::IsExecutable() const function in class:BPrivate::Model
H A DDeskWindow.cpp147 || !model->ResolveIfLink()->IsExecutable()) {
H A DModel.cpp1036 if (IsExecutable())
H A DNavMenu.cpp175 else if (model->IsFile() || model->IsExecutable()) {
H A DOpenWithWindow.cpp1687 if (!appModel->IsExecutable() || !appModel->Node()) {
H A DIconCache.cpp807 if (model->IsExecutable()
/haiku/headers/build/os/kernel/
H A Delf.h307 bool IsExecutable() const;
323 bool IsExecutable() const;
861 Elf32_Phdr::IsExecutable() const function in class:Elf32_Phdr
875 Elf64_Phdr::IsExecutable() const function in class:Elf64_Phdr
/haiku/headers/os/kernel/
H A Delf.h318 bool IsExecutable() const;
334 bool IsExecutable() const;
872 Elf32_Phdr::IsExecutable() const function in class:Elf32_Phdr
886 Elf64_Phdr::IsExecutable() const function in class:Elf64_Phdr
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp214 if (model->IsExecutable())
227 if (!fModel->IsExecutable()) {
351 } else if (model->IsExecutable()) {
960 } else if (fModel->IsExecutable()) {
/haiku/src/system/boot/loader/
H A Delf.cpp270 } else if (header.IsExecutable()) {
349 else if (header.IsExecutable())
/haiku/src/system/kernel/
H A Delf.cpp2237 if (programHeaders[i].IsExecutable())
2300 && (!programHeaders[i].IsExecutable()
2310 } else if (programHeaders[i].IsExecutable()) {

Completed in 147 milliseconds