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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 80 File otherDir = new File(dir, "otherConfig");
81 assertTrue(otherDir.mkdir());
82 Project otherProject = client.getProject(otherDir, otherDir);
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
FileUtilsTest.java 78 File otherDir = createTempDir();
79 File otherFile = createRegularFile(otherDir, "kept");
81 File linkToOtherDir = createSymlink(otherDir, subDir, "linkToOtherDir");
86 File[] filesToKeep = { otherDir, otherFile };
131 assertCreateSubFileThrows(dir1, "../otherdir/file");
  /system/security/keystore/
keystore.cpp 1668 DIR* otherdir = opendir(otherUser->getUserDirName()); local
    [all...]

Completed in 94 milliseconds