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

  /external/oprofile/pp/
opannotate.cpp 688 string const origfile = debug_names.name(filename_id); local
689 string file = origfile;
722 return op_realpath(origfile);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 519 File origFile = new File(mCurrentThumbRequest.mPath);
520 if (origFile.exists() && origFile.length() > 0) {
    [all...]

Completed in 99 milliseconds