Home
last modified time | relevance | path

Searched refs:path_array (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/commonlib/
H A Ddevice_tree.c331 char *path_array[FDT_PATH_MAX_DEPTH]; in fdt_find_node_by_path() local
339 path_array[i] = strtok_r(NULL, "/", &cur); in fdt_find_node_by_path()
340 if (!path_array[i]) in fdt_find_node_by_path()
345 return fdt_find_node(blob, be32toh(fdt_hdr->structure_offset), path_array, addrcp, sizecp); in fdt_find_node_by_path()
1077 const char *path_array[15]; in dt_find_node_by_path() local
1122 path_array[0] = sub_path; in dt_find_node_by_path()
1123 for (i = 1; i < (ARRAY_SIZE(path_array) - 1); i++) { in dt_find_node_by_path()
1129 path_array[i] = next_slash; in dt_find_node_by_path()
1133 path_array[i] = NULL; in dt_find_node_by_path()
1134 node = dt_find_node(parent, path_array, in dt_find_node_by_path()
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Dgenerate_hash_test_data.py166 path_array, header_template, footer_template, test_case_template argument
169 os.path.join(os.path.dirname(__file__), *path_array)
/aosp_15_r20/external/pdfium/samples/
H A Dpdfium_test.cc1935 const char* path_array[2] = {nullptr, nullptr}; in main() local
1938 path_array[0] = custom_font_path.value(); in main()
1939 config.m_pUserFontPaths = path_array; in main()