Searched refs:fromPath (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp305 MonitoringInfo(int32 opcode, const char* fromPath, const char* toPath) argument
311 FATAL_IF_ERROR(entry.SetTo(fromPath),
312 "Failed to init BEntry for \"%s\"", fromPath);
314 "Failed to get entry_ref for \"%s\"", fromPath);
462 MonitoringInfoSet& Add(int32 opcode, const BString& fromPath, argument
465 return Add(MonitoringInfo(opcode, test_path(fromPath),
610 MonitoringInfo MoveEntry(const char* fromPath, const char* toPath) argument
612 BString absoluteFromPath(test_path(fromPath));
/haiku/src/servers/package/
H A DFSTransaction.cpp32 OperationInfo(Type type, const std::string& fromPath, argument
36 fFromPath(fromPath),
/haiku/src/kits/storage/
H A DPathMonitor.cpp603 const char* fromPath, const char* path,
1202 BString fromPath; local
1204 fromPath = make_path(_NodePath(fromDirectoryNode),
1215 fromPath, path, isDirectory, fromDirectoryNode == NULL,
1262 BString fromPath; local
1264 fromPath = make_path(fPath, fromEntryRef.name);
1271 fromPath, path, isDirectory, fromAncestor == NULL,
1872 const entry_ref& toEntryRef, const node_ref& nodeRef, const char* fromPath,
1901 if (fromPath != NULL && fromPath[
1871 _NotifyEntryMoved(const entry_ref& fromEntryRef, const entry_ref& toEntryRef, const node_ref& nodeRef, const char* fromPath, const char* path, bool isDirectory, bool wasAdded, bool wasRemoved) const argument
[all...]

Completed in 72 milliseconds