Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/libchewing/
Dchewing_fuzzer_common.c14 char* exe_path_copy = strdup(exe_path); in LLVMFuzzerInitialize() local
15 char* dir = dirname(exe_path_copy); in LLVMFuzzerInitialize()
19 free(exe_path_copy); in LLVMFuzzerInitialize()
/external/oss-fuzz/projects/file/
Dmagic_fuzzer.cc42 char* exe_path_copy = strdup(exe_path); in LLVMFuzzerInitialize() local
43 char* dir = dirname(exe_path_copy); in LLVMFuzzerInitialize()
45 free(exe_path_copy); in LLVMFuzzerInitialize()
/external/oss-fuzz/projects/postgresql/fuzzer/
Dprotocol_fuzzer.c59 char *exe_path_copy = strdup(exe_path); in LLVMFuzzerInitialize() local
60 char *dir = dirname(exe_path_copy); in LLVMFuzzerInitialize()
62 free(exe_path_copy); in LLVMFuzzerInitialize()
Dfuzzer_initialize.c52 char *exe_path_copy = strdup(exe_path); in FuzzerInitialize() local
53 char *dir = dirname(exe_path_copy); in FuzzerInitialize()
55 free(exe_path_copy); in FuzzerInitialize()