OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strContent
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystem.cpp
96
std::string
strContent
;
100
file >>
strContent
;
102
return
strContent
;
106
void CTESTSubsystem::write(const std::string &strFileName, const std::string &
strContent
)
114
file <<
strContent
;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c
168
static const char
strContent
[] = "content-";
175
static const size_t strlenContent = sizeof
strContent
- 1;
473
if (strncmp(pSession->mimeHeaderName.ptr,
strContent
, strlenContent) == 0) {
[
all
...]
Completed in 392 milliseconds