Home
last modified time | relevance | path

Searched refs:ParseOptions (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/init/
H A Dfscrypt_init_extensions.cpp115 if (!ParseOptions(options_string, &policy->options)) { in LookupPolicy()
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp196 bool CowWriter::ParseOptions() { in ParseOptions() function in android::snapshot::CowWriter
297 if (!SetFd(fd) || !ParseOptions()) { in Initialize()
315 if (!SetFd(fd) || !ParseOptions()) { in InitializeAppend()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h192 bool ParseOptions();
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp464 if (!android::fscrypt::ParseOptions(entry.encryption_options, &options)) { in tune_encrypt()