Searched refs:pieces (Results 1 – 16 of 16) sorted by relevance
/system/netd/netutils_wrappers/ |
D | NetUtilsWrapperTest-1.0.cpp | 65 std::vector<std::string> pieces = android::base::Split(cmd.cmdString, " "); in TEST() local 66 ASSERT_LE(pieces.size(), ARRAY_SIZE(argv)); in TEST() 67 for (size_t i = 0; i < pieces.size(); i++) { in TEST() 68 argv[i] = const_cast<char*>(pieces[i].c_str()); in TEST() 70 EXPECT_EQ(cmd.valid, checkExpectedCommand(pieces.size(), argv)) << in TEST()
|
/system/libbase/ |
D | parsenetaddress.cpp | 51 std::vector<std::string> pieces = Split(address, ":"); in ParseNetAddress() local 52 *host = pieces[0]; in ParseNetAddress() 53 if (pieces.size() > 1) { in ParseNetAddress() 54 port_str = pieces[1]; in ParseNetAddress()
|
/system/tools/aidl/ |
D | aidl_to_ndk.cpp | 195 std::vector<std::string> pieces = {"::aidl"}; in NdkFullClassName() local 197 pieces.insert(pieces.end(), split_name.begin(), split_name.end()); in NdkFullClassName() 199 pieces.back() = cpp::ClassName(type, name); in NdkFullClassName() 200 return Join(pieces, "::"); in NdkFullClassName()
|
D | aidl_typenames.cpp | 89 vector<string> pieces = Split(defined.GetCanonicalName(), "."); in HasValidNameComponents() local 90 for (const string& piece : pieces) { in HasValidNameComponents()
|
/system/core/fs_mgr/libdm/ |
D | dm_target.cpp | 230 auto pieces = android::base::Split(params, " "); in GetDevicesFromParams() local 231 if (pieces.size() < 2) { in GetDevicesFromParams() 235 *base_device = pieces[0]; in GetDevicesFromParams() 236 *cow_device = pieces[1]; in GetDevicesFromParams()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 605 auto pieces = android::base::Split(line, ":"); in UnmapImageDevice() local 606 if (pieces.size() != 2) { in UnmapImageDevice() 610 if (pieces[0] == "dm") { in UnmapImageDevice() 613 const auto& name = pieces[1]; in UnmapImageDevice() 617 } else if (pieces[0] == "loop") { in UnmapImageDevice() 625 loop->Detach(pieces[1]); in UnmapImageDevice() 627 LOG(ERROR) << "Unknown status: " << pieces[0]; in UnmapImageDevice()
|
D | fiemap_writer.cpp | 78 auto pieces = android::base::Split(target.data, " "); in ValidateDmTarget() local 79 if (pieces[1] != "0") { in ValidateDmTarget() 81 << pieces[1]; in ValidateDmTarget()
|
/system/nvram/ |
D | README.md | 3 This repository contains various pieces related to the Access-controlled NVRAM
|
/system/core/fastboot/ |
D | fastboot.cpp | 2438 std::vector<std::string> pieces = android::base::Split(command, ":"); in Main() local 2440 if (pieces.size() > 1) type_override = pieces[1].c_str(); in Main() 2442 if (pieces.size() > 2) size_override = pieces[2].c_str(); in Main()
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 1019 std::vector<std::string> pieces = in Confirmation() local 1022 for (auto& p : pieces) { in Confirmation()
|
/system/chre/doc/ |
D | porting_guide.md | 317 Once you have implemented the necessary pieces described previously, you are
|
/system/bpfprogs/ |
D | LICENSE | 26 the software or use pieces of it in new free programs; and that you know you
|
/system/memory/libion/original-kernel-headers/linux/ |
D | LICENSE | 26 the software or use pieces of it in new free programs; and that you know you
|
/system/chre/pal/doc/ |
D | Doxyfile | 1487 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1487 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|
/system/media/audio_utils/ |
D | Doxyfile | 1576 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|