Home
last modified time | relevance | path

Searched refs:size (Results 1 - 4 of 4) sorted by relevance

/build/ohos/images/mkimage/
H A Dimkcovert.py35 size = os.path.getsize(inputfile)
37 if size % blocksize != 0:
38 fill_cnt = blocksize - size % blocksize
46 def get_gap_blocksize(length: int, size: int) -> int:
47 if length < size:
49 elif length < (size * 2):
57 size = os.path.getsize(inputfile)
59 totalblocks = size / blocksize
62 if (size % blocksize) != 0:
63 print("len is not eq n * blocksize: ", size, totalblock
[all...]
/build/rust/tests/test_cxx_rust/src/
H A Dclient_blobstore.cpp52 if (res_chunk.size() == 0) { in put_buf()
55 contents.append(reinterpret_cast<const char *>(res_chunk.data()), res_chunk.size()); in put_buf()
76 get_metadata.size = blob->second.data.size(); in get_metadata()
H A Dmain.rs21 size: usize,
/build/hb/util/
H A Dmonitor.py153 filesystem, size, used, available, percent, mountpoint = columns[:6]
156 f"Size: {size}, "

Completed in 1 milliseconds