Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_elf.c873 char libbcc_path[4096]; in bcc_free_memory() local
874 memcpy(libbcc_path, line + path_start, path_end - path_start); in bcc_free_memory()
875 libbcc_path[path_end - path_start] = '\0'; in bcc_free_memory()
876 err = bcc_free_memory_with_file(libbcc_path); in bcc_free_memory()