Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dio_test.cpp113 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 …]
Dbuilder_test.cpp110 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/
DREADME3 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/
Dmetadata.cpp101 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/
DAndroid.bp606 // 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/
Dstyle_guide.md132 * Source code and headers being exported to other modules
136 * Source code and headers being exported to other modules
/system/chre/doc/
Dframework_build.md90 CHRE expects the build toolchain to be exported via Makefile variables,
/system/keymaster/tests/
Dandroid_keymaster_test.cpp1864 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/
Dte_macros792 # Also, exported properties must be explicitly marked as "restricted" or "public",
/system/sepolicy/prebuilts/api/28.0/private/
Dsystem_server.te539 # Audio service in system server can read exported audio properties,
/system/sepolicy/prebuilts/api/31.0/public/
Dte_macros832 # For devices launching with R or later, exported properties must be explicitly marked as
/system/sepolicy/public/
Dte_macros832 # For devices launching with R or later, exported properties must be explicitly marked as
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_server.te624 # Audio service in system server can read exported audio properties,
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_server.te659 # Audio service in system server can read exported audio properties,