Searched defs:sysfsName (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/vold/binder/android/os/ |
H A D | IVold.aidl | 143 …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 D | VoldNativeService.cpp | 993 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 D | IncrementalServiceTest.cpp | 96 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 D | incfs_ndk.h | 95 const char* sysfsName; member
|
H A D | incfs_inline.h | 465 inline std::optional<Metrics> getMetrics(std::string_view sysfsName) { in getMetrics()
|
/aosp12/frameworks/base/services/incremental/ |
H A D | ServiceWrappers.cpp | 46 const std::string& sysfsName, in mountIncFs()
|
/aosp12/system/incremental_delivery/incfs/ |
H A D | incfs.cpp | 2073 IncFsErrorCode IncFs_GetMetrics(const char* sysfsName, IncFsMetrics* metrics) { in IncFs_GetMetrics()
|