Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator_test.cpp71 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F() local
76 auto ret = creator.Run(); in TEST_F()
114 PartitionCowCreator creator{.target_metadata = target.get(), in TEST_F() local
119 auto ret = creator.Run(); in TEST_F()
152 PartitionCowCreator creator{.target_metadata = builder_b, in TEST_F() local
159 auto ret = creator.Run(); in TEST_F()
219 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F() local
226 auto ret = creator.Run(); in TEST_F()
248 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F() local
256 auto ret = creator.Run(); in TEST_F()
[all …]
/system/sepolicy/microdroid/system/private/
Dperfetto.te35 -init # The creator of the folder.
45 -init # The creator of the folder.
/system/security/keystore2/src/
Draw_device.rs111 creator: F, in create_and_store_key()
117 map_km_error(creator(&self.km_dev)).context(ks_err!("creator failed"))?; in create_and_store_key()
/system/sepolicy/private/
Dperfetto.te89 -init # The creator of the folder.
102 -init # The creator of the folder.
Dmls26 # the subject is trusted. Sockets inherit the range of their creator.
/system/tools/aidl/
Daidl_to_java.cpp670 auto creator = JavaNameOf(*(c.type.GetTypeParameters().at(1))) + ".CREATOR"; in CreateFromParcelFor() local