Home
last modified time | relevance | path

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

/system/core/fs_mgr/tools/
Ddmctl.cpp79 std::string target_type = NextArg(); in Next()
81 if (!android::base::ParseUint(NextArg(), &start_sector)) { in Next()
85 if (!android::base::ParseUint(NextArg(), &num_sectors) || !num_sectors) { in Next()
98 std::string block_device = NextArg(); in Next()
100 if (!android::base::ParseUint(NextArg(), &physical_sector)) { in Next()
112 std::string keyid = NextArg(); in Next()
113 std::string block_device = NextArg(); in Next()
121 std::string block_device = NextArg(); in Next()
128 std::string block_device = NextArg(); in Next()
138 std::string base_device = NextArg(); in Next()
[all …]