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

  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofBinaryToAscii.java 74 hprofData = readSnapshot(file);
117 private static HprofData readSnapshot(File file) throws IOException {
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 941 KeyedVector<String8,FileState> readSnapshot;
942 err = read_snapshot_file(fd, &readSnapshot);
948 if (readSnapshot.size() != 0) {
949 fprintf(stderr, "readSnapshot should be length 0\n");
1078 KeyedVector<String8,FileState> readSnapshot;
1079 err = read_snapshot_file(fd, &readSnapshot);
1085 if (readSnapshot.size() != 4) {
1086 fprintf(stderr, "readSnapshot should be length 4 is %d\n", readSnapshot.size());
    [all...]

Completed in 195 milliseconds