Searched refs:_OpenFile (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/text_search/
H A DModel.h119 status_t _OpenFile(BFile* file, const char* name,
H A DModel.cpp63 status_t status = _OpenFile(&file, PREFS_FILE);
127 status_t status = _OpenFile(&file, PREFS_FILE,
235 status_t status = _OpenFile(&file, PREFS_FILE);
267 status_t status = _OpenFile(&file, PREFS_FILE,
304 Model::_OpenFile(BFile* file, const char* name, uint32 openMode, function in class:Model
/haiku/src/servers/package/
H A DFSUtils.cpp80 status_t error = _OpenFile(entry1, file1);
85 error = _OpenFile(entry2, file2);
228 FSUtils::_OpenFile(const Entry& entry, BFile& file) function in class:FSUtils
H A DFSUtils.h223 static status_t _OpenFile(const Entry& entry, BFile& file);

Completed in 94 milliseconds