Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c321 char module_path[2048]; in ParseFrame() local
349 get_next_token(wrk, module_path, sizeof(module_path)); in ParseFrame()
353 module_name = strrchr(module_path,'/'); in ParseFrame()
355 module_name = module_path; in ParseFrame()
361 module_name = module_path; in ParseFrame()