Home
last modified time | relevance | path

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

/aosp12/system/vold/binder/android/os/
H A DIVold.aidl81 void fdeSetField(@utf8InCpp String key, @utf8InCpp String value); in fdeSetField() method
/aosp12/system/vold/
H A DVoldNativeService.cpp620 binder::Status VoldNativeService::fdeSetField(const std::string& key, const std::string& value) { in fdeSetField() function in android::vold::VoldNativeService