/system/core/fs_mgr/liblp/ |
D | io_test.cpp | 113 unique_ptr<LpMetadata> exported = builder->Export(); in CreateFlashedDisk() local 114 if (!exported) { in CreateFlashedDisk() 119 if (!FlashPartitionTable(opener, "super", *exported.get())) { in CreateFlashedDisk() 145 unique_ptr<LpMetadata> exported = builder->Export(); in TEST_F() local 146 ASSERT_NE(exported, nullptr); in TEST_F() 155 EXPECT_FALSE(FlashPartitionTable(opener, "super", *exported.get())); in TEST_F() 170 unique_ptr<LpMetadata> exported = builder->Export(); in TEST_F() local 171 ASSERT_NE(exported, nullptr); in TEST_F() 172 ASSERT_TRUE(FlashPartitionTable(opener, "super", *exported.get())); in TEST_F() 182 EXPECT_EQ(exported->geometry.metadata_max_size, imported->geometry.metadata_max_size); in TEST_F() [all …]
|
D | builder_test.cpp | 110 auto exported = builder->Export(); in TEST_F() local 111 ASSERT_NE(exported, nullptr); in TEST_F() 112 ASSERT_EQ(FindPartition(*exported.get(), "not found"), nullptr); in TEST_F() 113 auto entry = FindPartition(*exported.get(), "system"); in TEST_F() 115 ASSERT_EQ(GetPartitionSize(*exported.get(), *entry), 32768); in TEST_F() 153 unique_ptr<LpMetadata> exported = builder->Export(); in TEST_F() local 154 ASSERT_NE(exported, nullptr); in TEST_F() 155 EXPECT_EQ(exported->geometry.metadata_max_size, 1024); in TEST_F() 163 unique_ptr<LpMetadata> exported = builder->Export(); in TEST_F() local 164 ASSERT_NE(exported, nullptr); in TEST_F() [all …]
|
/system/bt/service/common/ |
D | README | 3 subdirectory, which is the exported root path for the client static library. 11 one common include path exported to them, and our headers can find eachother
|
/system/core/fs_mgr/libfiemap/ |
D | metadata.cpp | 101 auto exported = builder->Export(); in SaveMetadata() local 102 if (!exported) { in SaveMetadata() 109 if (exported->partitions.empty() && android::base::RemoveFileIfExists(metadata_file)) { in SaveMetadata() 112 if (!WriteToImageFile(metadata_file, *exported.get())) { in SaveMetadata()
|
/system/sepolicy/ |
D | Android.bp | 606 // should not necessarily be exported as part of the public policy. 609 // policy and subsequent removal of CIL policy that should not be exported. 623 // pub_policy - policy that will be exported to be a part of non-platform 634 // - pub_policy.cil: exported 'product', 'system_ext' and 'system' policy. 635 // - system_ext_pub_policy.cil: exported 'system_ext' and 'system' policy. 636 // - plat_pub_policy.cil: exported 'system' policy. 639 // - product_mapping_file: the versioned, exported 'product' policy in product partition. 640 // - system_ext_mapping_file: the versioned, exported 'system_ext' policy in system_ext partition. 641 // - plat_mapping_file: the versioned, exported 'system' policy in system partition. 642 // - plat_pub_versioned.cil: the versioned, exported 'product', 'system_ext' and 'system' policy [all …]
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 132 * Source code and headers being exported to other modules 136 * Source code and headers being exported to other modules
|
/system/chre/doc/ |
D | framework_build.md | 90 CHRE expects the build toolchain to be exported via Makefile variables,
|
/system/keymaster/tests/ |
D | android_keymaster_test.cpp | 1864 string exported; in TEST_P() local 1865 ASSERT_EQ(KM_ERROR_OK, ExportKey(KM_KEY_FORMAT_X509, &exported)); in TEST_P() 1867 const uint8_t* p = reinterpret_cast<const uint8_t*>(exported.data()); in TEST_P() 1869 d2i_PUBKEY(nullptr /* alloc new */, &p, exported.size())); in TEST_P()
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | te_macros | 792 # Also, exported properties must be explicitly marked as "restricted" or "public",
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | system_server.te | 539 # Audio service in system server can read exported audio properties,
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | te_macros | 832 # For devices launching with R or later, exported properties must be explicitly marked as
|
/system/sepolicy/public/ |
D | te_macros | 832 # For devices launching with R or later, exported properties must be explicitly marked as
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | system_server.te | 624 # Audio service in system server can read exported audio properties,
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_server.te | 659 # Audio service in system server can read exported audio properties,
|