Home
last modified time | relevance | path

Searched refs:ref_option (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dutil.h79 std::string ref_option; member
Dutil.cpp513 std::string ref_option = "ref"; in ParseMkdir() local
564 ref_option = optval; in ParseMkdir()
594 return MkdirOptions{args[1], mode, *uid, *gid, fscrypt_action, ref_option}; in ParseMkdir()
Dbuiltins.cpp401 if (options.ref_option == "ref") { in make_dir_with_options()
403 } else if (options.ref_option == "per_boot_ref") { in make_dir_with_options()
406 return Error() << "Unknown key option: '" << options.ref_option << "'"; in make_dir_with_options()