Home
last modified time | relevance | path

Searched refs:kOtaApexPackageSuffix (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexd/
Dapex_constants.h57 static constexpr const char* kOtaApexPackageSuffix = ".ota.apex"; variable
Dapexd_test.cpp464 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
505 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
700 "%s/ota_apex%s", GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
1888 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
1931 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
1966 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
2062 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
2126 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
2209 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
2290 GetDecompressionDir().c_str(), kOtaApexPackageSuffix); in TEST_F()
[all …]
Dapexd.cpp2616 kOtaApexPackageSuffix); in ProcessCompressedApex()
3214 FindFilesBySuffix(gConfig->decompression_dir, {kOtaApexPackageSuffix}); in ReserveSpaceForCompressedApex()