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

  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 38 const char* sym_path = NULL; local
53 sym_path = argv[n];
60 if (sym_path == NULL) {
70 NdkCrashParser* parser = CreateNdkCrashParser(stdout, sym_path);
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 188 std::wstring sym_path = root_path + L".sym"; local
190 ASSERT_NO_FATAL_FAILURE(GetFileContents(sym_path, &expected_symbols));

Completed in 308 milliseconds