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

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

Completed in 476 milliseconds