Home
last modified time | relevance | path

Searched defs:last_update_seconds (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexd/
Dapex_file_repository.h277 std::optional<int64_t> last_update_seconds; member
Dapex_file_repository.cpp371 if (int64_t last_update_seconds = apex_config.last_update_seconds(); in AddBlockApex() local
Dapex_file_repository_test.cpp652 int64_t last_update_seconds; member
827 const int64_t last_update_seconds = 123456789; in TEST_F() local