Home
last modified time | relevance | path

Searched defs:start_byte (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/make/tools/
H A Dfat16copy.py574 def read_file(self, head_cluster, start_byte, size): argument
713 def write_file(self, head_cluster, start_byte, data): argument
/aosp12/bionic/libc/bionic/
H A Datexit.cpp155 const size_t start_byte = page_start_of_index(start_idx); in set_writable() local
/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.cpp147 uint8_t start_byte) { in GenerateImage()
/aosp12/art/dexdump/
H A Ddexdump.cc392 static size_t utf8Bytes(char start_byte) { in utf8Bytes()