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

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java 34 private final File mRootDir;
45 mRootDir = rootDir;
46 mCtsDir = new File(mRootDir, CTS_DIR_NAME);
87 return mRootDir;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 55 private File mRootDir;
90 mRootDir = Utils.checkNotNull(rootDir);
102 Utils.assertTrue(file.getParentFile().equals(mRootDir));
146 file.id, downloadUrl, new File(mRootDir, file.filename));
189 return File.createTempFile(FILE_PREFIX, FILE_POSTFIX, mRootDir);
196 if (!mRootDir.isDirectory()) {
197 mRootDir.mkdirs();
198 if (!mRootDir.isDirectory()) {
199 throw new RuntimeException("cannot create: " + mRootDir.getAbsolutePath());
232 if (new File(mRootDir, path).delete())
    [all...]
  /frameworks/base/include/binder/
ProcessState.h 104 String8 mRootDir;
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 7582 milliseconds