HomeSort by relevance Sort by last modified time
    Searched refs:pathChars (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_GraphicsStatsService.cpp 54 ScopedUtfChars pathChars(env, jpath);
55 LOG_ALWAYS_FATAL_IF(pathChars.size() <= 0 || !pathChars.c_str(), "Failed to get path chars");
56 path.assign(pathChars.c_str(), pathChars.size());
68 ScopedUtfChars pathChars(env, jpath);
69 LOG_ALWAYS_FATAL_IF(pathChars.size() <= 0 || !pathChars.c_str(), "Failed to get path chars");
70 const std::string path(pathChars.c_str(), pathChars.size())
    [all...]
  /frameworks/base/core/jni/
android_os_GraphicsEnvironment.cpp 27 ScopedUtfChars pathChars(env, path);
28 android::GraphicsEnv::getInstance().setDriverPath(pathChars.c_str());
android_database_SQLiteConnection.cpp 126 const char* pathChars = env->GetStringUTFChars(pathStr, NULL);
127 String8 path(pathChars);
128 env->ReleaseStringUTFChars(pathStr, pathChars);
    [all...]
  /external/skia/tools/bookmaker/
bookmaker.cpp     [all...]
  /external/skqp/tools/bookmaker/
bookmaker.cpp     [all...]

Completed in 94 milliseconds