HomeSort by relevance Sort by last modified time
    Searched defs:dirPath (Results 1 - 25 of 37) sorted by null

1 2

  /cts/suite/audio_quality/test/
FileUtilTest.cpp 33 android::String8 dirPath;
34 ASSERT_TRUE(FileUtil::prepare(dirPath));
35 ASSERT_TRUE(dirPath.find("reports/") == 0);
36 LOGI("returned %s %d", dirPath.string(), dirPath.find("reports/"));
39 ASSERT_TRUE(dirPath == dirPath2);
  /sdk/find_lock/
find_lock_exe.cpp 32 CPath dirPath;
39 } else if (dirPath.isEmpty()) {
40 dirPath.set(argv[i]);
47 if (dirPath.isEmpty()) {
51 } else if (!dirPath.dirExists()) {
52 fprintf(stderr, "Error: '%s' is not a valid directory.\n", dirPath.cstr());
71 if (findLock(dirPath, &result)) {
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 259 FilePath dirPath = FilePath::normalize(path);
260 FilePath parentPath (dirPath.getDirName());
262 if (dirPath.exists())
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 374 String dirPath = getContext().getFilesDir() + File.separator + "inaccessible";
375 inaccessibleDir = new File(dirPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 535 IPath dirPath = pluginState.append(dirName);
537 mImageDir = new File(dirPath.toOSString());
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 315 milliseconds

1 2