Home
last modified time | relevance | path

Searched defs:IncFsMount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/incremental/
DIncrementalService.h325 struct IncFsMount { struct
326 struct Bind {
355 IncFsMount(std::string root, std::string metricsKey, MountId mountId, Control control, in IncFsMount() argument
363 IncFsMount& operator=(IncFsMount&&) = delete; argument
368 void disallowReadLogs() { flags &= ~StorageFlags::ReadLogsAllowed; } in disallowReadLogs()
369 int32_t readLogsAllowed() const { return (flags & StorageFlags::ReadLogsAllowed); } in readLogsAllowed()
371 void setReadLogsEnabled(bool value) { in setReadLogsEnabled()
374 int32_t readLogsEnabled() const { return (flags & StorageFlags::ReadLogsEnabled); } in readLogsEnabled()
399 using IfsMountPtr = std::shared_ptr<IncFsMount>; argument