OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConfigFile
(Results
1 - 4
of
4
) sorted by null
/development/simulator/app/
PrefsDialog.h
23
wxString
mConfigFile
;
MyApp.cpp
178
(const char*)
mConfigFile
.ToAscii());
179
if (!mPrefs.Save(
mConfigFile
.ToAscii())) {
181
(const char*)
mConfigFile
.ToAscii());
296
mConfigFile
= wxString::FromAscii(optarg);
381
if (
mConfigFile
.Length() > 0) {
387
if (access(
mConfigFile
.ToAscii(), R_OK) != 0) {
389
(const char*)
mConfigFile
.ToAscii());
392
if (!mPrefs.Load(
mConfigFile
.ToAscii())) {
394
(const char*)
mConfigFile
.ToAscii());
402
* read it successfully, save the name in
mConfigFile
[
all
...]
MyApp.h
54
const wxString& GetConfigFileName(void) const { return
mConfigFile
; }
84
wxString
mConfigFile
;
PrefsDialog.cpp
89
mConfigFile
= ((MyApp*)wxTheApp)->GetConfigFileName();
123
configFileName->SetValue(
mConfigFile
);
Completed in 123 milliseconds