Home
last modified time | relevance | path

Searched refs:StringVectorToNullTerminatedArray (Results 1 – 10 of 10) sorted by relevance

/aosp12/bootable/recovery/updater/
H A Dupdater_runtime.cpp158 auto argv = StringVectorToNullTerminatedArray(args); in RunProgram()
182 auto tune2fs_args = StringVectorToNullTerminatedArray(args); in Tune2Fs()
/aosp12/bootable/recovery/tests/unit/
H A Dsysutil_test.cpp191 TEST(SysUtilTest, StringVectorToNullTerminatedArray) { in TEST() argument
193 auto args_with_nullptr = StringVectorToNullTerminatedArray(args); in TEST()
H A Dapplypatch_modes_test.cpp81 auto args_to_call = StringVectorToNullTerminatedArray(args); in InvokeApplyPatchModes()
/aosp12/bootable/recovery/otautil/include/otautil/
H A Dsysutil.h114 std::vector<char*> StringVectorToNullTerminatedArray(const std::vector<std::string>& args);
/aosp12/bootable/recovery/otautil/
H A Dsysutil.cpp241 std::vector<char*> StringVectorToNullTerminatedArray(const std::vector<std::string>& args) { in StringVectorToNullTerminatedArray() function
/aosp12/bootable/recovery/recovery_utils/
H A Droots.cpp94 auto argv = StringVectorToNullTerminatedArray(args); in exec_cmd()
/aosp12/bootable/recovery/install/
H A Dadb_install.cpp305 auto exec_args = StringVectorToNullTerminatedArray(minadbd_commands); in CreateMinadbdServiceAndExecuteCommands()
H A Dinstall.cpp440 auto chr_args = StringVectorToNullTerminatedArray(args); in TryUpdateBinary()
/aosp12/bootable/recovery/
H A Drecovery_main.cpp343 auto args_to_parse = StringVectorToNullTerminatedArray(args); in main()
H A Drecovery.cpp632 auto args_to_parse = StringVectorToNullTerminatedArray(args); in start_recovery()