Searched refs:libbcc_path (Results 1 – 1 of 1) sorted by relevance
1235 char libbcc_path[4096]; in bcc_free_memory() local1236 memcpy(libbcc_path, line + path_start, path_end - path_start); in bcc_free_memory()1237 libbcc_path[path_end - path_start] = '\0'; in bcc_free_memory()1238 err = bcc_free_memory_with_file(libbcc_path); in bcc_free_memory()