Searched defs:tokens (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/ |
D | recovery_main.cpp | 127 std::vector<std::string> tokens = android::base::Split(boot_recovery, "\n"); in get_args() local 144 std::vector<std::string> tokens = android::base::Split(content, "\n"); in get_args() local
|
/bootable/recovery/updater/ |
D | updater_runtime_dynamic_partitions.cpp | 103 std::vector<std::string> tokens; member 329 auto tokens = android::base::Split(op_and_args, " "); in UpdateDynamicPartitions() local
|
D | simulator_runtime.cpp | 125 auto tokens = android::base::Split(line, " "); in UpdateDynamicPartitions() local
|
D | commands.cpp | 77 bool Command::ParseTargetInfoAndSourceInfo(const std::vector<std::string>& tokens, in ParseTargetInfoAndSourceInfo() 179 std::vector<std::string> tokens = android::base::Split(line, " "); in Parse() local
|
D | target_files.cpp | 79 std::vector<std::string> tokens = android::base::Split(line, " "); in ParseFstab() local
|
D | blockimg.cpp | 529 std::vector<std::string> tokens; member 1034 std::vector<std::string> tokens = android::base::Split(params.tokens[params.cpos++], ":"); in LoadSourceBlocks() local
|
/bootable/recovery/tests/unit/ |
D | commands_test.cpp | 46 const std::vector<std::string> tokens{ in TEST() local 67 const std::vector<std::string> tokens{ in TEST() local 92 const std::vector<std::string> tokens{ in TEST() local 120 const std::vector<std::string> tokens{ in TEST() local
|
D | updater_test.cpp | 428 std::vector<std::string> tokens{ "compute_hash_tree", "2,128,129", "2,0,128", "sha256", salt, in TEST_F() local 477 std::vector<std::string> tokens{ "compute_hash_tree", "2,128,129", "2,0,128", "sha256", salt, in TEST_F() local
|
/bootable/recovery/install/ |
D | install.cpp | 468 std::vector<std::string> tokens = android::base::Split(args, " "); in TryUpdateBinary() local 478 std::vector<std::string> tokens = android::base::Split(args, " "); in TryUpdateBinary() local
|
/bootable/recovery/tools/image_generator/ |
D | ImageGenerator.java | 304 String[] tokens = localeString.split("-r"); in getLocaleFromFilename() local 309 String[] tokens = localeString.substring(2).split("\\+"); in getLocaleFromFilename() local
|