Home
last modified time | relevance | path

Searched refs:dirPath (Results 1 – 2 of 2) sorted by relevance

/sdk/find_lock/
Dfind_lock_exe.cpp32 CPath dirPath; in main() local
39 } else if (dirPath.isEmpty()) { in main()
40 dirPath.set(argv[i]); in main()
47 if (dirPath.isEmpty()) { in main()
51 } else if (!dirPath.dirExists()) { in main()
52 fprintf(stderr, "Error: '%s' is not a valid directory.\n", dirPath.cstr()); in main()
71 if (findLock(dirPath, &result)) { in main()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPreviewIconFactory.java535 IPath dirPath = pluginState.append(dirName); in getImageDir() local
537 mImageDir = new File(dirPath.toOSString()); in getImageDir()