Searched refs:_GetPath (Results 1 - 12 of 12) sorted by relevance

/haiku/src/servers/package/
H A DFSTransaction.cpp168 OperationInfo(OperationInfo::TYPE_CREATE, _GetPath(entry),
179 OperationInfo(OperationInfo::TYPE_REMOVE, _GetPath(entry),
180 _GetPath(backupEntry), modifiedOperation));
190 OperationInfo(OperationInfo::TYPE_MOVE, _GetPath(fromEntry),
191 _GetPath(toEntry), modifiedOperation));
219 FSTransaction::_GetPath(const Entry& entry) function in class:FSTransaction
H A DCommitTransactionHandler.cpp350 .SetPath1(_GetPath(
397 .SetPath1(_GetPath(
487 .SetPath1(_GetPath(
521 .SetPath1(_GetPath(
580 _GetPath(FSUtils::Entry(entryRef), package->FileName()))
581 .SetPath2(_GetPath(
661 _GetPath(FSUtils::Entry(entryRef), package->FileName()))
662 .SetPath2(_GetPath(
848 .SetPath1(_GetPath(
863 .SetPath1(_GetPath(
1927 CommitTransactionHandler::_GetPath(const FSUtils::Entry& entry, function in class:CommitTransactionHandler
[all...]
H A DFSTransaction.h46 static std::string _GetPath(const Entry& entry);
H A DCommitTransactionHandler.h153 static BString _GetPath(const FSUtils::Entry& entry,
/haiku/src/preferences/time/
H A DNetworkTimeView.h66 status_t _GetPath(BPath& path);
H A DNetworkTimeView.cpp207 if ((status = _GetPath(path)) != B_OK)
233 if ((status = _GetPath(path)) != B_OK)
261 Settings::_GetPath(BPath& path) function in class:Settings
/haiku/src/servers/app/
H A DDesktopSettingsPrivate.h103 status_t _GetPath(BPath& path);
H A DDesktopSettings.cpp93 DesktopSettingsPrivate::_GetPath(BPath& path) function in class:DesktopSettingsPrivate
113 status_t status = _GetPath(basePath);
347 status_t status = _GetPath(basePath);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h113 static const char** _GetPath(XDR::ReadStream& stream);
H A DReplyInterpreter.cpp619 ReplyInterpreter::_GetPath(XDR::ReadStream& stream) function in class:ReplyInterpreter
760 locs->fRootPath = _GetPath(stream);
764 locs->fLocations[i].fRootPath = _GetPath(stream);
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h79 status_t _GetPath(const char* name, BPath& path);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp540 _GetPath(NULL, settingsFolderPath);
578 status_t status = _GetPath(NULL, path);
625 status_t status = _GetPath(NULL, path);
669 BNetworkSettings::_GetPath(const char* name, BPath& path) function in class:BNetworkSettings
687 status_t status = _GetPath(name, path);

Completed in 95 milliseconds