HomeSort by relevance Sort by last modified time
    Searched refs:sym_root (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.h 28 * sym_root - Path to the root directory where symbols are stored. Note that
31 * <sym_root>/path/to/module
36 NdkCrashParser* CreateNdkCrashParser(FILE* out_handle, const char* sym_root);
ndk-stack-parser.c 49 char* sym_root; member in struct:NdkCrashParser
127 CreateNdkCrashParser(FILE* out_handle, const char* sym_root)
138 parser->sym_root = strdup(sym_root);
139 if (!parser->sym_root)
163 free(parser->sym_root);
327 snprintf(sym_file, sizeof(sym_file), "%s/%s", parser->sym_root, module_name);

Completed in 72 milliseconds