Searched refs:num_paths (Results 1 – 8 of 8) sorted by relevance
/external/selinux/libselinux/src/ |
D | label_backends_android.c | 215 size_t num_paths = 0; in init() local 224 num_paths++; in init() 229 if (!num_paths) in init() 232 paths = calloc(num_paths, sizeof(*paths)); in init() 237 rec->spec_files_len = num_paths; in init() 250 for (i = 0; i < num_paths; i++) { in init()
|
D | label_file.c | 715 size_t num_paths = 0; in init() local 728 num_paths++; in init() 738 if (!num_paths) { in init() 739 num_paths = 1; in init() 745 path = calloc(num_paths, sizeof(*path)); in init() 750 rec->spec_files_len = num_paths; in init() 783 for (i = 0; i < num_paths; i++) { in init() 806 for (i = 0; i < num_paths; i++) { in init()
|
/external/pdfium/third_party/agg23/ |
D | agg_render_scanlines.h | 40 unsigned num_paths) in render_all_paths() argument 42 for(unsigned i = 0; i < num_paths; i++) { in render_all_paths()
|
/external/libcxx/test/support/ |
D | filesystem_test_helper.hpp | 451 unsigned num_paths; member 457 : expected_err{first_err}, num_paths(0), func_name(func_name), 461 : expected_err(first_err), expected_path1(p), num_paths(1), 467 num_paths(2), func_name(func_name), opt_message(opt_msg) {} 489 switch (num_paths) { in check_libcxx_string()
|
/external/kernel-headers/original/uapi/rdma/ |
D | rdma_user_cm.h | 164 __u32 num_paths; member 185 __u32 num_paths; member
|
/external/llvm-project/libcxx/test/support/ |
D | filesystem_test_helper.h | 623 unsigned num_paths; member 629 : expected_err{first_err}, num_paths(0), func_name(fun_name), 633 : expected_err(first_err), expected_path1(p), num_paths(1), in expected_err() 639 num_paths(2), func_name(fun_name), opt_message(opt_msg) {} in expected_err() 661 switch (num_paths) { in check_libcxx_string()
|
/external/llvm-project/lldb/source/API/ |
D | SBProcess.cpp | 1107 size_t num_paths = paths.GetSize(); in LoadImageUsingPaths() local 1109 paths_vec.reserve(num_paths); in LoadImageUsingPaths() 1110 for (size_t i = 0; i < num_paths; i++) in LoadImageUsingPaths()
|
/external/openssh/ |
D | ssh.c | 222 tilde_expand_paths(char **paths, u_int num_paths) in tilde_expand_paths() argument 227 for (i = 0; i < num_paths; i++) { in tilde_expand_paths()
|