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

  /build/soong/scripts/
package-check.sh 29 jar_file=$1
31 if [[ ! -f ${jar_file} ]]; then
32 echo "jar file \"${jar_file}\" does not exist."
50 zip_contents=`zipinfo -1 $jar_file`
  /external/libchrome/base/android/jni_generator/
jni_generator.py     [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 533 static MemMap FindAndExtractEntry(const std::string& jar_file,
539 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(jar_file.c_str(), error_msg));
547 MemMap tmp_map = zip_entry->ExtractToMemMap(jar_file.c_str(), entry_name, error_msg);
593 for (const std::string& jar_file : boot_class_path) {
594 mem_map = FindAndExtractEntry(jar_file, resource_cstr, &map_size, &last_error_msg);
    [all...]

Completed in 1020 milliseconds