Searched refs:Storage (Results 26 - 50 of 106) sorted by relevance

12345

/haiku/src/servers/registrar/mime/
H A DUpdateMimeInfoThread.h20 namespace Storage { namespace in namespace:BPrivate
43 } // namespace Storage
H A DMimeUpdateThread.h25 namespace Storage { namespace in namespace:BPrivate
60 } // namespace Storage
/haiku/src/kits/storage/mime/
H A DDatabaseDirectory.cpp21 namespace Storage { namespace in namespace:BPrivate
74 && node.GetAttrInfo(BPrivate::Storage::Mime::kTypeAttr, &info) == B_OK;
79 } // namespace Storage
H A DMimeEntryProcessor.cpp17 namespace Storage { namespace in namespace:BPrivate
71 } // namespace Storage
/haiku/headers/private/storage/
H A Dstorage_support.h14 Storage Kit support functions.
25 namespace Storage { namespace in namespace:BPrivate
149 }; // namespace Storage
152 using BPrivate::Storage::FDCloser;
H A DOffsetFile.h17 namespace Storage { namespace in namespace:BPrivate
62 }; // namespace Storage
H A DResourcesContainer.h16 namespace Storage { namespace in namespace:BPrivate
74 }; // namespace Storage
H A DNodeMonitorHandler.h10 namespace Storage { namespace in namespace:BPrivate
52 }; // namespace Storage
55 using namespace BPrivate::Storage;
H A DAddOnMonitorHandler.h15 namespace Storage { namespace in namespace:BPrivate
125 }; // namespace Storage
129 using namespace BPrivate::Storage;
H A DException.h12 namespace Storage { namespace in namespace:BPrivate
110 }; // namespace Storage
/haiku/headers/os/storage/
H A DQuery.h18 namespace Storage { namespace in namespace:BPrivate
87 status_t _PushNode(BPrivate::Storage::QueryNode* node,
102 BPrivate::Storage::QueryStack* fStack;
H A DResources.h15 namespace Storage { namespace in namespace:BPrivate
123 BPrivate::Storage::ResourcesContainer* fContainer;
124 BPrivate::Storage::ResourceFile* fResourceFile;
/haiku/src/kits/storage/sniffer/
H A DCharStream.cpp5 using namespace BPrivate::Storage::Sniffer;
104 Throws a BPrivate::Storage::Sniffer::Err exception if the stream is
123 Throws a BPrivate::Storage::Sniffer::Err exception if the stream is
H A DRange.cpp15 using namespace BPrivate::Storage::Sniffer;
/haiku/headers/private/storage/mime/
H A Ddatabase_support.h17 namespace Storage { namespace in namespace:BPrivate
73 // Error codes (to be used only by BPrivate::Storage::Mime members)
86 } // namespace Storage
H A DSupportingApps.h22 namespace Storage { namespace in namespace:BPrivate
55 } // namespace Storage
H A DAssociatedTypes.h21 namespace Storage { namespace in namespace:BPrivate
62 } // namespace Storage
/haiku/headers/build/private/storage/mime/
H A DMimeUpdateThread.h25 namespace Storage { namespace in namespace:BPrivate
59 } // namespace Storage
/haiku/headers/private/storage/sniffer/
H A DPattern.h19 namespace Storage { namespace in namespace:BPrivate
53 }; // namespace Storage
H A DErr.h16 namespace Storage { namespace in namespace:BPrivate
53 }; // namespace Storage
/haiku/src/servers/registrar/
H A DRosterSettingsCharStream.h53 class RosterSettingsCharStream : public BPrivate::Storage::Sniffer::CharStream {
H A DMIMEManager.cpp36 using BPrivate::Storage::Mime::MimeSnifferAddonManager;
37 using BPrivate::Storage::Mime::TextSnifferAddon;
55 BPrivate::Storage::Mime::default_database_location()));
61 : public BPrivate::Storage::Mime::MimeEntryProcessor::DatabaseLocker {
89 fDatabase(BPrivate::Storage::Mime::default_database_location(),
240 using BPrivate::Storage::Mime::MimeUpdateThread;
241 using BPrivate::Storage::Mime::CreateAppMetaMimeThread;
242 using BPrivate::Storage::Mime::UpdateMimeInfoThread;
/haiku/src/kits/storage/
H A DSymLink.cpp136 if (BPrivate::Storage::is_absolute_path(contents))
156 result = BPrivate::Storage::is_absolute_path(contents);
H A DDirectory.cpp187 if (!dir || !path || BPrivate::Storage::is_absolute_path(path)) {
283 if (BPrivate::Storage::is_absolute_path(path))
355 BPrivate::Storage::LongDirEntry longEntry;
399 BPrivate::Storage::LongDirEntry longEntry;
428 if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
447 if (InitCheck() == B_OK && !BPrivate::Storage::is_absolute_path(path))
474 if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
572 status_t error = BPrivate::Storage::parse_first_path_component(path,
/haiku/src/build/libbe/storage/
H A DDirectory.cpp181 if (!dir || !path || BPrivate::Storage::is_absolute_path(path)) {
263 if (BPrivate::Storage::is_absolute_path(path))
335 BPrivate::Storage::LongDirEntry longEntry;
379 BPrivate::Storage::LongDirEntry longEntry;
408 if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
427 if (InitCheck() == B_OK && !BPrivate::Storage::is_absolute_path(path))
454 if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
555 status_t error = BPrivate::Storage::parse_first_path_component(path,

Completed in 258 milliseconds

12345