OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kExtension
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/test/testsupport/
fileutils_unittest.cc
29
static const std::string
kExtension
= "tmp";
123
std::string resource = webrtc::test::ResourcePath(kTestName,
kExtension
);
125
ASSERT_GT(resource.find(
kExtension
), 0u);
130
std::string resource = webrtc::test::ResourcePath(kTestName,
kExtension
);
133
ASSERT_GT(resource.find(
kExtension
), 0u);
/external/lzma/CPP/7zip/Archive/
IArchive.h
47
kExtension
, // VT_BSTR
Completed in 741 milliseconds