Home
last modified time | relevance | path

Searched refs:SetPath1 (Results 1 – 6 of 6) sorted by relevance

/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp55 TransactionIssueBuilder& SetPath1(const BString& path) in SetPath1() function
61 TransactionIssueBuilder& SetPath1(const FSUtils::Entry& entry) in SetPath1() function
63 return SetPath1(entry.Path()); in SetPath1()
350 .SetPath1(_GetPath( in _ReadPackagesToActivate()
397 .SetPath1(_GetPath( in _ReadPackagesToActivate()
487 .SetPath1(_GetPath( in _CreateOldStateDirectory()
521 .SetPath1(_GetPath( in _CreateOldStateDirectory()
565 .SetPath1(package->FileName()) in _RemovePackagesToDeactivate()
579 .SetPath1( in _RemovePackagesToDeactivate()
607 .SetPath1("<packages>") in _AddPackagesToActivate()
[all …]
H A DException.cpp42 Exception::SetPath1(const BString& path) in SetPath1() function in Exception
79 result.SetPath1(fPath1); in SetOnResult()
H A DException.h35 Exception& SetPath1(const BString& path);
H A DFSTransaction.cpp234 .SetPath1(entry.PathOrName()) in _GetPath()
/haiku/headers/os/package/
H A DCommitTransactionResult.h129 void SetPath1(const BString& path);
/haiku/src/kits/package/
H A DCommitTransactionResult.cpp519 BCommitTransactionResult::SetPath1(const BString& path) in SetPath1() function in BPackageKit::BCommitTransactionResult