Searched refs:join (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/ |
| A D | test_threads.cpp | 72 t.join(); in test_threads() 77 t.join(); in test_threads()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | zircon.c | 531 static char* join(char* buffer, size_t buffer_length, int argc, char** argv) { in join() function 568 …char* command_end = join(buffer + prefix_length, sizeof(buffer) - prefix_length, argc - 1, &argv[1… in zxc_k()
|
| /third_party/tools/android/ |
| A D | mkbootimg | 172 print('0x' + ''.join('{:02x}'.format(c) for c in img_id))
|
| /third_party/tools/android/avb/ |
| A D | avbtool | 1349 image_filename = os.path.join(image_dir, self.partition_name + image_ext) 1506 image_filename = os.path.join(image_dir, self.partition_name + image_ext) 2297 ch_image_filename = os.path.join(image_dir, desc.partition_name + image_ext) 2331 ch_image_filename = os.path.join(image_dir, desc.partition_name + image_ext) 2351 output.write(' '.join(kernel_cmdline_snippets))
|
Completed in 10 milliseconds