HomeSort by relevance Sort by last modified time
    Searched defs:strPath (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/parameter/
PathNavigator.cpp 33 CPathNavigator::CPathNavigator(const std::string& strPath) : _uiCurrentIndex(0)
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;
106 strPath += _astrItems[uiItem] + "/";
109 strPath += _astrItems[uiItem];
111 return strPath;
    [all...]
XmlFileIncluderElement.cpp 54 std::string strPath = xmlElement.getAttributeString("Path");
57 if (strPath[0] != '/') {
59 strPath = elementSerializingContext.getXmlFolder() + "/" + strPath;
66 CAutoLog autolog(this, "Loading " + strPath);
73 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(strPath, true, true, xmlErrorMsg);
85 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...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 1751 milliseconds