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

  /external/chromium_org/third_party/zlib/google/
zip.cc 57 std::string str_path = relative_path.AsUTF8Unsafe(); local
59 ReplaceSubstringsAfterOffset(&str_path, 0u, "\\", "/");
64 str_path += "/";
67 if (!zip::internal::ZipOpenNewFileInZip(zip_file, str_path, &file_info))
76 DLOG(ERROR) << "Could not close zip file entry " << str_path;
zip_internal.h 65 const std::string& str_path,
zip_internal.cc 346 const std::string& str_path,
354 str_path.c_str(), // filename
371 DLOG(ERROR) << "Could not open zip file entry " << str_path;
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 123 jstring str_path = GetExternalFilesDirJString( env ); local
124 const char* path = env->GetStringUTFChars( str_path, NULL );
134 env->ReleaseStringUTFChars( str_path, path );
135 env->DeleteLocalRef( str_path );

Completed in 199 milliseconds