Home
last modified time | relevance | path

Searched defs:expected_size (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/cros/
Dfake_p2p_manager.h54 bool FileShare(const std::string& file_id, size_t expected_size) override { in FileShare()
Dp2p_manager_unittest.cc272 ssize_t expected_size, in CheckP2PFile()
Dp2p_manager.cc492 bool P2PManagerImpl::FileShare(const string& file_id, size_t expected_size) { in FileShare()
/system/core/debuggerd/
Dcrash_dump.cpp276 ssize_t expected_size = 0; in ReadCrashInfo() local
/system/core/init/
Ddevices_test.cpp49 auto expected_size = expected_links.size(); in TestGetSymlinks() local
/system/core/fastboot/
Dvendor_boot_img_utils.cpp162 [[nodiscard]] Result<std::string> load_file(android::base::borrowed_fd fd, uint64_t expected_size, in load_file()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp34 Message* round_trip(int32_t ver, const Message& message, size_t expected_size) { in round_trip()
/system/media/camera/src/
Dcamera_metadata.c406 const size_t *expected_size) { in validate_camera_metadata_structure()
/system/nvram/core/tests/
Dnvram_manager_test.cpp50 size_t expected_size) { in ReadAndCompareSpaceData()
/system/update_engine/common/
Dhttp_fetcher_unittest.cc1142 size_t expected_size, in MultiTest()