OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_config
(Results
1 - 1
of
1
) sorted by null
/system/update_engine/payload_generator/
payload_generation_config_unittest.cc
26
ImageConfig
image_config
;
local
27
image_config
.partitions.emplace_back("root");
33
EXPECT_TRUE(
image_config
.LoadPostInstallConfig(store));
34
EXPECT_FALSE(
image_config
.partitions[0].postinstall.IsEmpty());
35
EXPECT_EQ(true,
image_config
.partitions[0].postinstall.run);
36
EXPECT_EQ("postinstall",
image_config
.partitions[0].postinstall.path);
37
EXPECT_EQ("ext4",
image_config
.partitions[0].postinstall.filesystem_type);
41
ImageConfig
image_config
;
local
42
image_config
.partitions.emplace_back("system");
48
EXPECT_FALSE(
image_config
.LoadPostInstallConfig(store))
[
all
...]
Completed in 2217 milliseconds