Searched refs:templatePath (Results 1 - 7 of 7) sorted by path

/haiku/headers/os/package/
H A DUserSettingsFileInfo.h27 const BString& templatePath = BString());
39 const BString& templatePath = BString());
/haiku/headers/os/package/hpkg/
H A DPackageInfoAttributeValue.h59 const char* templatePath; member in struct:BPackageKit::BHPKG::BUserSettingsFileInfoData
/haiku/src/kits/package/
H A DUserSettingsFileInfo.cpp27 fTemplatePath(infoData.templatePath),
34 const BString& templatePath)
37 fTemplatePath(templatePath),
87 BUserSettingsFileInfo::SetTo(const BString& path, const BString& templatePath) argument
90 fTemplatePath = templatePath;
33 BUserSettingsFileInfo(const BString& path, const BString& templatePath) argument
H A DPackageInfo.cpp1361 FieldName templatePathField(field, ":templatePath");
1662 FieldName templatePathField(field, ":templatePath");
1685 BString templatePath;
1686 error = archive->FindString(templatePathField, i, &templatePath);
1697 : new(std::nothrow) BUserSettingsFileInfo(path, templatePath);
/haiku/src/apps/mail/
H A DMailWindow.cpp3261 BPath templatePath;
3262 find_directory(B_USER_SETTINGS_DIRECTORY, &templatePath);
3263 templatePath.Append("Tracker/DefaultQueryTemplates/text_x-email");
3264 BNode templateNode(templatePath.Path());
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp396 fPackageInfoValue.userSettingsFileInfo.templatePath = value.string;
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp285 const char *templatePath = NULL; local
332 templatePath = "$h/Desktop";
337 templatePath = "trash"; // TODO: add suffix for current user
339 templatePath = "RECYCLED/_BEOS_";
363 templatePath = kSystemDirectories[which - B_SYSTEM_DIRECTORY];
402 templatePath = kCommonDirectories[which - B_COMMON_DIRECTORY];
444 templatePath = kUserDirectories[which - B_USER_DIRECTORY];
450 templatePath = SYSTEM "/apps";
453 templatePath = SYSTEM "/preferences";
456 templatePath
537 const char *templatePath = NULL; local
[all...]

Completed in 192 milliseconds