Home
last modified time | relevance | path

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

/aosp12/system/vold/binder/android/os/
H A DIVold.aidl143 …utf8InCpp String backingPath, @utf8InCpp String targetDir, int flags, @utf8InCpp String sysfsName); in mountIncFs()
145 …olParcel control, boolean enableReadLogs, boolean enableReadTimeouts, @utf8InCpp String sysfsName); in setIncFsMountOptions()
/aosp12/system/vold/
H A DVoldNativeService.cpp993 const std::string& sysfsName, in mountIncFs()
1050 bool enableReadLogs, bool enableReadTimeouts, const std::string& sysfsName) { in setIncFsMountOptions()
/aosp12/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp96 const std::string& sysfsName, in getInvalidControlParcel()
102 int32_t flags, const std::string& sysfsName, in incFsSuccess()
111 bool enableReadLogs, bool enableReadTimeouts, const std::string& sysfsName) { in setIncFsMountOptionsOk()
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h95 const char* sysfsName; member
H A Dincfs_inline.h465 inline std::optional<Metrics> getMetrics(std::string_view sysfsName) { in getMetrics()
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp46 const std::string& sysfsName, in mountIncFs()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp2073 IncFsErrorCode IncFs_GetMetrics(const char* sysfsName, IncFsMetrics* metrics) { in IncFs_GetMetrics()