Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dutil.h80 std::string ref_option; member
H A Dutil.cpp495 std::string ref_option = "ref"; in ParseMkdir() local
546 ref_option = optval; in ParseMkdir()
569 return MkdirOptions{path, mode, *uid, *gid, fscrypt_action, ref_option}; in ParseMkdir()
H A Dbuiltins.cpp393 if (options.ref_option == "ref") { in make_dir_with_options()
395 } else if (options.ref_option == "per_boot_ref") { in make_dir_with_options()
398 return Error() << "Unknown key option: '" << options.ref_option << "'"; in make_dir_with_options()