OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strFileName
(Results
1 - 5
of
5
) sorted by null
/external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystem.h
46
static std::string read(const std::string &
strFileName
);
48
static void write(const std::string &
strFileName
, const std::string &strContent);
TESTSubsystem.cpp
93
std::string CTESTSubsystem::read(const std::string &
strFileName
)
98
file.open(
strFileName
.c_str());
106
void CTESTSubsystem::write(const std::string &
strFileName
, const std::string &strContent)
110
file.open(
strFileName
.c_str());
/development/ndk/sources/android/ndk_helper/
shader.h
79
* in:
strFilename
, filename
83
bool CompileShader( GLuint *shader, const GLenum type, const char *
strFileName
);
shader.cpp
129
const char *
strFileName
)
132
bool b = JNIHelper::GetInstance()->ReadFile(
strFileName
, &data );
135
LOGI( "Can not open a file:%s",
strFileName
);
/external/parameter-framework/upstream/parameter/
ParameterMgr.cpp
[
all
...]
Completed in 75 milliseconds