Loading cmds/installd/tests/installd_cache_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,8 @@ constexpr int64_t kMbInBytes = 1024 * kKbInBytes; constexpr int64_t kGbInBytes = 1024 * kMbInBytes; constexpr int64_t kTbInBytes = 1024 * kGbInBytes; static constexpr int FLAG_FREE_CACHE_V2 = 1 << 13; static constexpr int FLAG_FREE_CACHE_V2_DEFY_QUOTA = 1 << 14; #define FLAG_FREE_CACHE_V2 InstalldNativeService::FLAG_FREE_CACHE_V2 #define FLAG_FREE_CACHE_V2_DEFY_QUOTA InstalldNativeService::FLAG_FREE_CACHE_V2_DEFY_QUOTA int get_property(const char *key, char *value, const char *default_value) { return property_get(key, value, default_value); Loading cmds/installd/tests/installd_service_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ namespace installd { constexpr const char* kTestUuid = "TEST"; static constexpr int FLAG_FORCE = 0x2000; #define FLAG_FORCE InstalldNativeService::FLAG_FORCE int get_property(const char *key, char *value, const char *default_value) { return property_get(key, value, default_value); Loading Loading
cmds/installd/tests/installd_cache_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,8 @@ constexpr int64_t kMbInBytes = 1024 * kKbInBytes; constexpr int64_t kGbInBytes = 1024 * kMbInBytes; constexpr int64_t kTbInBytes = 1024 * kGbInBytes; static constexpr int FLAG_FREE_CACHE_V2 = 1 << 13; static constexpr int FLAG_FREE_CACHE_V2_DEFY_QUOTA = 1 << 14; #define FLAG_FREE_CACHE_V2 InstalldNativeService::FLAG_FREE_CACHE_V2 #define FLAG_FREE_CACHE_V2_DEFY_QUOTA InstalldNativeService::FLAG_FREE_CACHE_V2_DEFY_QUOTA int get_property(const char *key, char *value, const char *default_value) { return property_get(key, value, default_value); Loading
cmds/installd/tests/installd_service_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ namespace installd { constexpr const char* kTestUuid = "TEST"; static constexpr int FLAG_FORCE = 0x2000; #define FLAG_FORCE InstalldNativeService::FLAG_FORCE int get_property(const char *key, char *value, const char *default_value) { return property_get(key, value, default_value); Loading