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

/haiku/src/servers/package/
H A DFSTransaction.cpp36 fFromPath(fromPath),
45 return fFromPath;
79 Entry(fFromPath.c_str()));
81 ERROR("Failed to remove \"%s\": %s\n", fFromPath.c_str(),
95 .CopyEntry(fToPath.c_str(), fFromPath.c_str());
98 fToPath.c_str(), fFromPath.c_str(), strerror(error));
113 error = entry.Rename(fFromPath.c_str(), true);
116 fToPath.c_str(), fFromPath.c_str(), strerror(error));
128 std::string fFromPath; member in struct:FSTransaction::OperationInfo

Completed in 30 milliseconds