Searched refs:fromPath (Results 1 – 3 of 3) sorted by relevance
/haiku/src/servers/package/ |
H A D | FSTransaction.cpp | 32 OperationInfo(Type type, const std::string& fromPath, in OperationInfo() 36 fFromPath(fromPath), in OperationInfo()
|
/haiku/src/tests/kits/storage/testapps/ |
H A D | PathMonitorTest2.cpp | 305 MonitoringInfo(int32 opcode, const char* fromPath, const char* toPath) in MonitoringInfo() 311 FATAL_IF_ERROR(entry.SetTo(fromPath), in MonitoringInfo() 312 "Failed to init BEntry for \"%s\"", fromPath); in MonitoringInfo() 314 "Failed to get entry_ref for \"%s\"", fromPath); in MonitoringInfo() 462 MonitoringInfoSet& Add(int32 opcode, const BString& fromPath, in Add() 465 return Add(MonitoringInfo(opcode, test_path(fromPath), in Add() 610 MonitoringInfo MoveEntry(const char* fromPath, const char* toPath) in MoveEntry() 612 BString absoluteFromPath(test_path(fromPath)); in MoveEntry()
|
/haiku/src/kits/storage/ |
H A D | PathMonitor.cpp | 603 const char* fromPath, const char* path, 1202 BString fromPath; in _EntryMoved() local 1204 fromPath = make_path(_NodePath(fromDirectoryNode), in _EntryMoved() 1215 fromPath, path, isDirectory, fromDirectoryNode == NULL, in _EntryMoved() 1262 BString fromPath; in _EntryMoved() local 1264 fromPath = make_path(fPath, fromEntryRef.name); in _EntryMoved() 1271 fromPath, path, isDirectory, fromAncestor == NULL, in _EntryMoved() 1872 const entry_ref& toEntryRef, const node_ref& nodeRef, const char* fromPath, in _NotifyEntryMoved() argument 1901 if (fromPath != NULL && fromPath[0] != '\0') in _NotifyEntryMoved() 1902 message.AddString("from path", fromPath); in _NotifyEntryMoved()
|