Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Dsysutil.h111 std::vector<char*> StringVectorToNullTerminatedArray(const std::vector<std::string>& args);
/bootable/recovery/tests/unit/
Dsysutil_test.cpp191 TEST(SysUtilTest, StringVectorToNullTerminatedArray) { in TEST() argument
193 auto args_with_nullptr = StringVectorToNullTerminatedArray(args); in TEST()
/bootable/recovery/tests/component/
Dapplypatch_modes_test.cpp81 auto args_to_call = StringVectorToNullTerminatedArray(args); in InvokeApplyPatchModes()
/bootable/recovery/otautil/
Dsysutil.cpp225 std::vector<char*> StringVectorToNullTerminatedArray(const std::vector<std::string>& args) { in StringVectorToNullTerminatedArray() function
Droots.cpp93 auto argv = StringVectorToNullTerminatedArray(args); in exec_cmd()
/bootable/recovery/install/
Dadb_install.cpp301 auto exec_args = StringVectorToNullTerminatedArray(minadbd_commands); in CreateMinadbdServiceAndExecuteCommands()
Dinstall.cpp409 auto chr_args = StringVectorToNullTerminatedArray(args); in try_update_binary()
/bootable/recovery/updater/
Dinstall.cpp398 auto argv = StringVectorToNullTerminatedArray(args); in exec_cmd()
672 auto exec_args = StringVectorToNullTerminatedArray(args); in RunProgramFn()
903 auto tune2fs_args = StringVectorToNullTerminatedArray(args); in Tune2FsFn()
/bootable/recovery/
Drecovery_main.cpp337 auto args_to_parse = StringVectorToNullTerminatedArray(args); in main()
Drecovery.cpp764 auto args_to_parse = StringVectorToNullTerminatedArray(args); in start_recovery()