Searched refs:blobfile (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/executorch/examples/llm_pte_finetuning/ |
H A D | TARGETS | 17 "fbsource//third-party/pypi/blobfile:blobfile", # @manual For tokenizer 32 "fbsource//third-party/pypi/blobfile:blobfile", # @manual For tokenizer 48 "fbsource//third-party/pypi/blobfile:blobfile", # @manual For tokenizer 66 "fbsource//third-party/pypi/blobfile:blobfile", # @manual For tokenizer
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | blobchunk.c | 30 static FILE *blobfile; variable 89 blkpos = ftell(blobfile); in erofs_blob_getchunk() 99 ret = fwrite(buf, chunksize, 1, blobfile); in erofs_blob_getchunk() 104 ret = fwrite(zeroed, padding, 1, blobfile); in erofs_blob_getchunk() 483 if (blobfile) { in erofs_mkfs_dump_blobs() 484 fflush(blobfile); in erofs_mkfs_dump_blobs() 485 length = ftell(blobfile); in erofs_mkfs_dump_blobs() 529 if (blobfile) { in erofs_mkfs_dump_blobs() 531 ret = erofs_copy_file_range(fileno(blobfile), &pos_in, in erofs_mkfs_dump_blobs() 548 if (blobfile) in erofs_blob_exit() [all …]
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyBlobUpgradeTest.cpp | 130 std::ofstream blobfile(blobname, std::ios::out | std::ios::trunc | std::ios::binary); in save_keyblob() local 131 blobfile.write(reinterpret_cast<const char*>(keyblob.data()), keyblob.size()); in save_keyblob() 132 blobfile.close(); in save_keyblob() 185 std::ifstream blobfile(blobname, std::ios::in | std::ios::binary); in load_file() local 187 std::vector<uint8_t> data((std::istreambuf_iterator<char>(blobfile)), in load_file()
|
/aosp_15_r20/external/executorch/examples/models/llama/ |
H A D | install_requirements.sh | 18 pip install tiktoken blobfile
|