Searched refs:sym_path (Results 1 – 2 of 2) sorted by relevance
205 std::wstring sym_path = root_path + L".sym"; in TEST_P() local207 ASSERT_NO_FATAL_FAILURE(GetFileContents(sym_path, &expected_symbols)); in TEST_P()225 std::wstring sym_path = root_path + L".sym"; in TEST_P() local227 ASSERT_NO_FATAL_FAILURE(GetFileContents(sym_path, &expected_symbols)); in TEST_P()
378 char sym_path[256]; in TEST_F() local379 sprintf(sym_path, "%s/%s", sym_dir.path().c_str(), name); in TEST_F()380 symlinks_to_delete.push_back(sym_path); in TEST_F()381 symlink(path, sym_path); in TEST_F()