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

  /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...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 302 milliseconds