Home
last modified time | relevance | path

Searched defs:hash_file (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc288 char hash_file[255] = {0}; in bta_gattc_cache_write() local
314 char hash_file[255] = {0}; in bta_gattc_cache_link() local
/aosp_15_r20/external/libchrome/build/
H A Dfind_isolated_tests.py26 def hash_file(filepath): function
/aosp_15_r20/external/coreboot/src/soc/amd/mendocino/psp_verstage/
H A Dchipset.c30 void *hash_file = cbfs_map(fname, NULL); in update_one_psp_fw_hash_table() local
/aosp_15_r20/external/perfetto/tools/
H A Dtest_data74 def hash_file(fpath): function
/aosp_15_r20/external/coreboot/src/soc/amd/phoenix/psp_verstage/
H A Dchipset.c102 void *hash_file = cbfs_map(fname, NULL); in update_one_psp_fw_hash_table() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py606 def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py606 def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py606 def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py606 def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: function
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc257 ScopedTempFile hash_file("hash.XXXXXX"), metadata_hash_file("hash.XXXXXX"); in SignGeneratedShellPayloadWithKeys() local
/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_common.py50 def hash_file(filename): function