Searched refs:_Open (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/showimage/
H A DShowImageApp.h43 void _Open(const entry_ref& ref,
H A DShowImageApp.cpp164 _Open(ref, trackerMessenger);
197 ShowImageApp::_Open(const entry_ref& ref, const BMessenger& trackerMessenger) function in class:ShowImageApp
/haiku/src/apps/haikudepot/ui/
H A DApp.h32 void _Open(const BEntry& entry);
H A DApp.cpp162 _Open(entry);
321 _Open(entry);
368 App::_Open(const BEntry& entry) function in class:App
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstage1.S74 #define _Open -0x1e define
120 jsr _Open(%a6)
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp51 status_t _Open(BFile* file, int32 mode);
96 if (_Open(&file, B_READ_ONLY) != B_OK)
116 if (_Open(&file, B_CREATE_FILE | B_ERASE_FILE | B_WRITE_ONLY) != B_OK)
171 Settings::_Open(BFile* file, int32 mode) function in class:Settings

Completed in 103 milliseconds