Searched refs:package (Results 76 - 100 of 262) sorted by relevance

1234567891011

/haiku-fatelf/headers/os/package/
H A DDropRepositoryRequest.h11 #include <package/Context.h>
12 #include <package/Request.h>
H A DRefreshRepositoryRequest.h12 #include <package/Context.h>
13 #include <package/RepositoryConfig.h>
14 #include <package/Request.h>
H A DAddRepositoryRequest.h11 #include <package/Context.h>
12 #include <package/Request.h>
H A DRepositoryCache.h12 #include <package/PackageInfoSet.h>
13 #include <package/RepositoryInfo.h>
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageLeafNode.cpp10 PackageLeafNode::PackageLeafNode(Package* package, mode_t mode) argument
12 PackageNode(package, mode)
H A DPackageLinkDirectory.cpp46 PackageLinkDirectory::Init(Directory* parent, Package* package) argument
49 size_t nameLength = strlen(package->Name());
52 Version* version = package->Version();
63 memcpy(name, package->Name(), nameLength + 1);
74 // add the package
75 AddPackage(package, NULL);
95 PackageLinkDirectory::AddPackage(Package* package, argument
102 MountType mountType = package->Domain()->Volume()->MountType();
110 fPackages.InsertBefore(otherPackage, package);
111 package
119 RemovePackage(Package* package, PackageLinksListener* listener) argument
137 UpdatePackageDependencies(Package* package, PackageLinksListener* listener) argument
188 Package* package = fPackages.Head(); local
235 Package* package = fPackages.Head(); local
[all...]
H A DAutoPackageAttributes.h29 static const void* GetAttributeValue(const Package* package,
33 static status_t OpenCookie(Package* package, const char* name,
H A DBlockBufferCacheKernel.h11 #include <package/hpkg/BlockBufferCacheImpl.h>
12 #include <package/hpkg/BufferCache.h>
H A DPackageDirectory.cpp10 PackageDirectory::PackageDirectory(Package* package, mode_t mode) argument
12 PackageNode(package, mode)
H A DPackageSymlink.cpp13 PackageSymlink::PackageSymlink(Package* package, mode_t mode) argument
15 PackageLeafNode(package, mode),
H A DPackageLinkDirectory.h22 status_t Init(Directory* parent, Package* package);
28 void AddPackage(Package* package,
30 void RemovePackage(Package* package,
32 void UpdatePackageDependencies(Package* package,
45 DependencyLink(Package* package) argument
47 PackageLinkSymlink(package)
H A DAutoPackageAttributes.cpp28 AutoPackageAttributeCookie(Package* package, AutoPackageAttribute attribute) argument
30 fPackage(package),
108 AutoPackageAttributes::GetAttributeValue(const Package* package, argument
114 const char* value = package->FileName();
127 AutoPackageAttributes::OpenCookie(Package* package, const char* name, argument
130 if (package == NULL)
140 AutoPackageAttributeCookie(package, attribute);
H A DPackageLinkSymlink.cpp74 PackageLinkSymlink::PackageLinkSymlink(Package* package) argument
79 Update(package, NULL);
89 PackageLinkSymlink::Update(Package* package, PackageLinksListener* listener) argument
93 if (package != NULL) {
94 fLinkPath = package->InstallPath();
97 package->Domain()->Volume()->MountType());
H A DPackageLinkSymlink.h18 PackageLinkSymlink(Package* package);
21 void Update(Package* package,
/haiku-fatelf/src/kits/package/
H A DDropRepositoryRequest.cpp10 #include <package/DropRepositoryRequest.h>
15 #include <package/RemoveRepositoryJob.h>
16 #include <package/JobQueue.h>
H A DRequest.cpp10 #include <package/Request.h>
14 #include <package/Context.h>
15 #include <package/JobQueue.h>
H A DBlockBufferCacheNoLock.cpp8 #include <package/BlockBufferCacheNoLock.h>
H A DRemoveRepositoryJob.cpp10 #include <package/RemoveRepositoryJob.h>
14 #include <package/Context.h>
15 #include <package/PackageRoster.h>
16 #include <package/RepositoryCache.h>
17 #include <package/RepositoryConfig.h>
/haiku-fatelf/src/bin/package/
H A DStandardErrorOutput.h9 #include <package/hpkg/ErrorOutput.h>
/haiku-fatelf/src/bin/gdb/gdb/po/
H A Dgdbtext5 echo "Usage: $0 <xgettext> <package> <directory> ..." 1>&2
10 package=$1 ; shift
28 --default-domain=${package} \
38 -o po/${package}.pot
/haiku-fatelf/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h51 extern int of_getprop(int package, const char *property, void *buffer,
53 extern int of_setprop(int package, const char *property, const void *buffer,
55 extern int of_nextprop(int package, const char *previousProperty,
57 extern int of_getproplen(int package, const char *property);
58 extern int of_package_to_path(int package, char *pathBuffer, int bufferSize);
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageReader.cpp7 #include <package/hpkg/PackageReader.h>
11 #include <package/hpkg/ErrorOutput.h>
12 #include <package/hpkg/PackageReaderImpl.h>
H A DRepositoryWriter.cpp7 #include <package/hpkg/RepositoryWriter.h>
11 #include <package/hpkg/RepositoryWriterImpl.h>
12 #include <package/RepositoryInfo.h>
/haiku-fatelf/headers/private/package/
H A DValidateChecksumJob.h13 #include <package/ChecksumAccessors.h>
14 #include <package/Job.h>
/haiku-fatelf/headers/private/package/hpkg/
H A DRepositoryReaderImpl.h9 #include <package/hpkg/ReaderImplBase.h>
11 #include <package/RepositoryInfo.h>

Completed in 94 milliseconds

1234567891011