Home
last modified time | relevance | path

Searched defs:argv_size (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/msan/Linux/
H A Dxattr.cpp110 size_t argv_size = (attr_list_len + 1) * sizeof(char *); in test_get() local
/llvm-project/libc/utils/gpu/loader/
H A DLoader.h67 size_t argv_size = sizeof(char *) * (argc + 1); copy_argument_vector() local