Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_elf.c1235 char libbcc_path[4096]; in bcc_free_memory() local
1236 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()