Home
last modified time | relevance | path

Searched refs:base_len (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libufdt/tests/src/
H A Dfdt_overlay_test_app.c32 size_t base_len; in apply_overlay_files() local
33 base_buf = load_file(base_filename, &base_len); in apply_overlay_files()
46 size_t merged_buf_len = base_len + overlay_len; in apply_overlay_files()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc378 int32_t base_len = static_cast<int32_t>(strlen(base_string)); in TEST_F() local
384 for (int32_t i = 0; i < base_len; ++i) { in TEST_F()