OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_link
(Results
1 - 1
of
1
) sorted by null
/system/core/crash_reporter/
user_collector_test.cc
184
std::string
this_link
;
local
186
test_dir_.path().Append("test/
this_link
").value().c_str();
187
this_link
.assign(long_link.c_str(), len);
188
ASSERT_EQ(len,
this_link
.size());
190
ASSERT_EQ(0, symlink(
this_link
.c_str(), kLink));
192
ASSERT_EQ(
this_link
, result.value());
Completed in 172 milliseconds