Home
last modified time | relevance | path

Searched refs:join (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/
A Dtest_threads.cpp72 t.join(); in test_threads()
77 t.join(); in test_threads()
/third_party/uapp/dash/src/bltin/
A Dzircon.c531 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 Dmkbootimg172 print('0x' + ''.join('{:02x}'.format(c) for c in img_id))
/third_party/tools/android/avb/
A Davbtool1349 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