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

  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 74 String rmfile = "rm -r /data/data/com.android.browserpowertest/cache"; local
75 Process removal = fileRemoval.exec(rmfile);
  /external/chromium_org/third_party/cython/src/
runtests.py 627 for rmfile in os.listdir(self.workdir):
629 if (rmfile[-2:] in (".c", ".h") or
630 rmfile[-4:] == ".cpp" or
631 rmfile.endswith(".html") and rmfile.startswith(self.module)):
633 if not cleanup_lib_files and (rmfile.endswith(".so") or rmfile.endswith(".dll")):
636 rmfile = os.path.join(self.workdir, rmfile)
637 if os.path.isdir(rmfile)
    [all...]

Completed in 2492 milliseconds