Home
last modified time | relevance | path

Searched defs:args (Results 1 – 18 of 18) sorted by relevance

/bootable/recovery/minadbd/
Dminadbd_services.cpp99 static MinadbdErrorCode RunAdbFuseSideload(int sfd, const std::string& args, in RunAdbFuseSideload()
146 static void SideloadHostService(unique_fd sfd, const std::string& args) { in SideloadHostService()
152 static void RescueInstallHostService(unique_fd sfd, const std::string& args) { in RescueInstallHostService()
241 static void WipeDeviceService(unique_fd fd, const std::string& args) { in WipeDeviceService()
277 std::string args(name); in daemon_service_to_fd() local
290 std::string args(name); in daemon_service_to_fd() local
295 std::string args(name); in daemon_service_to_fd() local
300 std::string args(name); in daemon_service_to_fd() local
315 std::string args(name); in daemon_service_to_fd() local
/bootable/recovery/updater/
Dinstall.cpp85 std::vector<std::string> args; in UIPrintFn() local
109 std::vector<std::string> args; in PackageExtractFileFn() local
160 std::vector<std::string> args; in PackageExtractFileFn() local
204 std::vector<std::string> args; in PatchPartitionCheckFn() local
245 std::vector<std::string> args; in PatchPartitionFn() local
287 std::vector<std::string> args; in MountFn() local
333 std::vector<std::string> args; in IsMountedFn() local
355 std::vector<std::string> args; in UnmountFn() local
392 std::vector<std::string> args; in FormatFn() local
484 std::vector<std::string> args; in ShowProgressFn() local
[all …]
Ddynamic_partitions.cpp45 std::vector<std::unique_ptr<Value>> args; in ReadStringArgs() local
68 auto args = ReadStringArgs(name, state, argv, { "name" }); in UnmapPartitionFn() local
78 auto args = ReadStringArgs(name, state, argv, { "name" }); in MapPartitionFn() local
95 std::vector<std::unique_ptr<Value>> args; in UpdateDynamicPartitionsFn() local
Dsimulator_runtime.cpp74 int SimulatorRuntime::RunProgram(const std::vector<std::string>& args, bool /* is_vfork */) const { in RunProgram() argument
Dupdater_runtime.cpp160 int UpdaterRuntime::RunProgram(const std::vector<std::string>& args, bool is_vfork) const { in RunProgram() argument
Dblockimg.cpp201 uint64_t args[2] = { static_cast<uint64_t>(offset), size }; in discard_blocks() local
1644 std::vector<std::unique_ptr<Value>> args; in PerformBlockImageUpdate() local
2074 std::vector<std::unique_ptr<Value>> args; in RangeSha1Fn() local
2150 std::vector<std::unique_ptr<Value>> args; in CheckFirstBlockFn() local
2215 std::vector<std::unique_ptr<Value>> args; in BlockImageRecoverFn() local
/bootable/recovery/tests/unit/
Dapplypatch_modes_test.cpp80 static int InvokeApplyPatchModes(const std::vector<std::string>& args) { in InvokeApplyPatchModes()
104 std::vector<std::string> args{ in TEST_F() local
122 std::vector<std::string> args{ in TEST_F() local
147 std::vector<std::string> args{ in TEST_F() local
156 std::vector<std::string> args{ in TEST_F() local
168 std::vector<std::string> args{ in TEST_F() local
176 std::vector<std::string> args{ in TEST_F() local
Dsysutil_test.cpp192 std::vector<std::string> args{ "foo", "bar", "baz" }; in TEST() local
Dverifier_test.cpp252 std::vector<std::string> args = GetParam(); in SetUp() local
Dupdater_test.cpp121 std::vector<std::unique_ptr<Value>> args; in BlobToString() local
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp127 std::vector<const char*> args = { in TEST() local
172 std::vector<const char*> args = { in TEST() local
226 std::vector<const char*> args = { in TEST() local
274 std::vector<const char*> args = { in TEST() local
322 std::vector<const char*> args = { in TEST() local
365 std::vector<const char*> args = { in TEST() local
408 std::vector<const char*> args = { in TEST() local
443 std::vector<const char*> args = { in TEST() local
472 std::vector<const char*> args = { in TEST() local
509 std::vector<const char*> args = { in TEST() local
[all …]
/bootable/recovery/edify/
Dexpr.cpp261 std::vector<std::string> args; in LessThanIntFn() local
289 std::vector<std::string> args; in GreaterThanIntFn() local
353 std::vector<std::string>* args) { in ReadArgs()
358 std::vector<std::string>* args, size_t start, size_t len) { in ReadArgs()
379 std::vector<std::unique_ptr<Value>>* args) { in ReadValueArgs()
384 std::vector<std::unique_ptr<Value>>* args, size_t start, size_t len) { in ReadValueArgs()
/bootable/recovery/
Drecovery_main.cpp121 std::vector<std::string> args(argv, argv + argc); in get_args() local
342 std::vector<std::string> args = get_args(argc, argv, &stage); in main() local
Drecovery.cpp546 static void set_retry_bootloader_message(int retry_count, const std::vector<std::string>& args) { in set_retry_bootloader_message()
593 Device::BuiltinAction start_recovery(Device* device, const std::vector<std::string>& args) { in start_recovery()
/bootable/recovery/otautil/
Dsysutil.cpp241 std::vector<char*> StringVectorToNullTerminatedArray(const std::vector<std::string>& args) { in StringVectorToNullTerminatedArray()
/bootable/recovery/recovery_utils/
Droots.cpp92 static int exec_cmd(const std::vector<std::string>& args) { in exec_cmd()
/bootable/recovery/install/
Dinstall.cpp405 std::vector<std::string> args; in TryUpdateBinary() local
452 std::string args = space == std::string::npos ? "" : android::base::Trim(line.substr(space)); in TryUpdateBinary() local
/bootable/recovery/tools/image_generator/
DImageGenerator.java716 public static void main(String[] args) in main()