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

/haiku/src/bin/filteredquery/
H A Dquery.cpp133 char directoryPath[B_PATH_NAME_LENGTH]; local
136 strcpy(directoryPath, ".");
155 strncpy(directoryPath, optarg, B_PATH_NAME_LENGTH);
188 perform_query(volume, argv[optind], directoryPath);
197 perform_query(volume, argv[optind], directoryPath);
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp111 BString directoryPath; local
114 directoryPath = path.Path();
116 directoryPath = "/boot/home/config/settings";
120 directoryPath += "/mime_db";
121 databaseLocation.AddDirectory(directoryPath);
/haiku/src/kits/debugger/files/
H A DFileManager.cpp138 LocatableFile* GetFile(const BString& directoryPath, argument
141 if (directoryPath.Length() == 0 || relativePath[0] == '/')
143 return GetFile(BString(directoryPath) << '/' << relativePath);
148 BString directoryPath; local
150 _SplitPath(path, directoryPath, name);
151 LocatableFile* file = _GetFile(directoryPath, name);
293 LocatableFile* _GetFile(const BString& directoryPath, const BString& name) argument
296 _NormalizePath(directoryPath, normalizedDirPath);
332 BString directoryPath; local
334 _SplitNormalizedPath(path, directoryPath, fileNam
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.h121 const RelativePath& directoryPath,
131 const RelativePath& directoryPath,
H A DCommitTransactionHandler.cpp229 RelativePath directoryPath(kAdminDirectoryName,
232 status_t error = _OpenPackagesSubDirectory(directoryPath, false,
335 RelativePath directoryPath(kAdminDirectoryName,
338 status_t error = _OpenPackagesSubDirectory(directoryPath, false, directory);
352 directoryPath.ToString()),
353 directoryPath.ToString()))
856 RelativePath directoryPath(kAdminDirectoryName,
858 error = _OpenPackagesSubDirectory(directoryPath, true,
865 directoryPath.ToString()),
866 directoryPath
1686 _WriteActivationFile( const RelativePath& directoryPath, const char* fileName, const PackageSet& toActivate, const PackageSet& toDeactivate, BEntry& _entry) argument
1746 _WriteTextFile(const RelativePath& directoryPath, const char* fileName, const BString& content, BEntry& _entry) argument
[all...]
/haiku/src/apps/terminal/
H A DPrefHandler.cpp233 BPath directoryPath(path);
234 if (directoryPath.GetParent(&directoryPath) == B_OK)
235 create_directory(directoryPath.Path(), 0755);
/haiku/src/bin/pkgman/
H A Dcommand_resolve_dependencies.cpp180 const char* directoryPath = repositoryDirectories[i]; local
199 .AddPackagesDirectory(directoryPath)
/haiku/src/servers/mount/
H A DAutoMounter.cpp826 BPath directoryPath; local
827 if (find_directory(B_USER_SETTINGS_DIRECTORY, &directoryPath, true)
832 BPath path(directoryPath);
839 BDirectory dir(directoryPath.Path());
/haiku/src/servers/debug/
H A DDebugServer.cpp737 BPath directoryPath; local
738 status_t error = find_directory(B_DESKTOP_DIRECTORY, &directoryPath);
760 error = filePath.SetTo(directoryPath.Path(), fileName.String());
/haiku/src/system/kernel/
H A Dmodule.cpp261 status_t _ScanDirectory(char* directoryPath, const char* prefix,
1451 ModuleNotificationService::_ScanDirectory(char* directoryPath, argument
1456 dir = opendir(directoryPath);
1466 size_t length = strlen(directoryPath);
1467 directoryPath[length - prefixPosition + cutPosition] = '\0';
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp1409 const char* directoryPath = NULL; local
1414 directoryPath, fileName, line, column);
1418 file = fFileManager->GetSourceFile(directoryPath,

Completed in 533 milliseconds