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

/haiku/src/bin/
H A Dcopyattr.cpp199 copy_attributes(const char *sourcePath, BNode &source, const char *destPath, argument
243 "of file \"%s\": %s\n", attrName, destPath,
258 copy_file_data(const char *sourcePath, BFile &source, const char *destPath, argument
279 destPath, strerror(bytesWritten));
290 copy_entry(const char *sourcePath, const char *destPath, argument
307 bool destExists = lstat(destPath, &destStat) == 0;
311 destPath);
316 printf("%s\n", destPath);
331 "\"%s\" is in the way.\n", sourcePath, destPath);
339 if (unlink(destPath) <
522 copy_files(const char **sourcePaths, int sourceCount, const char *destPath, const Parameters &parameters) argument
[all...]
/haiku/src/kits/storage/
H A DCopyEngine.cpp121 const char* destPath; local
122 error = destEntry.GetPath(destPathBuffer, destPath);
126 return _CopyEntry(sourcePath, destPath);
131 BCopyEngine::_CopyEntry(const char* sourcePath, const char* destPath) argument
146 bool destExists = lstat(destPath, &destStat) == 0;
157 "way.\n", sourcePath, destPath);
168 sourcePath, destPath);
174 if (unlink(destPath) < 0) {
176 "Failed to unlink \"%s\": %s\n", destPath, strerror(errno));
213 error = BDirectory().CreateDirectory(destPath,
338 _CopyFileData(const char* sourcePath, BFile& source, const char* destPath, BFile& destination) argument
374 _CopyAttributes(const char* sourcePath, BNode& source, const char* destPath, BNode& destination) argument
[all...]
/haiku/headers/private/storage/
H A DCopyEngine.h51 const char* destPath);
53 BFile& source, const char* destPath,
56 BNode& source, const char* destPath,
/haiku/src/apps/installer/
H A DCopyEngine.cpp333 BPath destPath(&destination);
334 ret = destPath.InitCheck();
377 ret = create_directory(destPath.Path(), 0777);
381 fprintf(stderr, "Could not create '%s': %s\n", destPath.Path(),
416 ret = destPath.GetParent(&destDirectory);
/haiku/src/kits/tracker/
H A DFSUtils.cpp1813 BPath destPath; local
1814 destEntry.GetPath(&destPath);
1816 chdir(destPath.Path());
1819 BString destString(destPath.Path());

Completed in 109 milliseconds