OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strPath
(Results
1 - 11
of
11
) sorted by null
/external/parameter-framework/upstream/parameter/
PathNavigator.cpp
33
CPathNavigator::CPathNavigator(const std::string &
strPath
)
35
init(
strPath
);
38
void CPathNavigator::init(const std::string &
strPath
)
40
Tokenizer tokenizer(
strPath
, "/");
44
_bValid = checkPathFormat(
strPath
);
95
std::string
strPath
= "/";
99
return
strPath
;
105
strPath
+= _astrItems[item] + "/";
108
strPath
+= _astrItems[item];
110
return
strPath
;
[
all
...]
XmlFileIncluderElement.cpp
57
std::string
strPath
;
58
xmlElement.getAttribute("Path",
strPath
);
59
strPath
= CXmlDocSource::mkUri(elementSerializingContext.getXmlUri(),
strPath
);
64
_xmlDoc *doc = CXmlDocSource::mkXmlDoc(
strPath
, true, true, elementSerializingContext);
74
elementSerializingContext.setError("Could not parse document \"" +
strPath
+ "\"");
/development/ndk/sources/android/ndk_helper/
JNIHelper.cpp
196
jstring
strPath
= GetExternalFilesDirJString( env );
197
const char* path = env->GetStringUTFChars(
strPath
, NULL );
200
env->ReleaseStringUTFChars(
strPath
, path );
201
env->DeleteLocalRef(
strPath
);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp
381
string
strPath
;
382
strPath
.assign(transport_config_path);
383
strPath
+= config_name;
384
theInstance.readConfig(
strPath
.c_str(), true);
729
string
strPath
;
730
strPath
.assign(transport_config_path);
731
strPath
+= extra_config_base;
732
strPath
+= extra;
733
strPath
+= extra_config_ext;
734
CNfcConfig::GetInstance().readConfig(
strPath
.c_str(), false)
[
all
...]
/external/libnfc-nci/src/adaptation/
config.cpp
396
string
strPath
;
397
strPath
.assign(transport_config_path);
398
strPath
+= config_name;
399
theInstance.readConfig(
strPath
.c_str(), true);
744
string
strPath
;
745
strPath
.assign(transport_config_path);
746
strPath
+= extra_config_base;
747
strPath
+= extra;
748
strPath
+= extra_config_ext;
749
CNfcConfig::GetInstance().readConfig(
strPath
.c_str(), false)
[
all
...]
/external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.cpp
444
string
strPath
;
447
strPath
.assign(alternative_config_path);
448
strPath
+= config_name;
449
theInstance.readConfig(
strPath
.c_str(), true);
455
strPath
.assign(transport_config_path);
456
strPath
+= config_name;
457
theInstance.readConfig(
strPath
.c_str(), true);
985
string
strPath
;
986
strPath
.assign(transport_config_path);
988
strPath
.assign(alternative_config_path)
[
all
...]
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp
435
string
strPath
;
438
strPath
.assign (alternative_config_path);
439
strPath
+= config_name;
440
theInstance.readConfig (
strPath
.c_str (), true);
446
strPath
.assign (transport_config_path);
447
strPath
+= config_name;
448
theInstance.readConfig (
strPath
.c_str (), true);
894
string
strPath
;
895
strPath
.assign (transport_config_path);
897
strPath
.assign (alternative_config_path)
[
all
...]
/external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar
/prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar
/prebuilts/sdk/tools/
jack-launcher.jar
jack-server-4.8.ALPHA.jar
Completed in 690 milliseconds