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

1 2 3 4 5 6 7 8

  /external/testng/src/main/java/org/testng/internal/
PathUtils.java 29 Path rootPath = Paths.get(suite.getFileName()).getParent();
30 return rootPath.resolve(suiteFile).normalize().toString();
  /system/tools/hidl/c2hal/
main.cpp 85 const std::string& rootPath = pair.second;
94 outputPath = rootPath;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 44 private TempPath rootPath = null;
51 rootPath = new SimpleTempPath(System.getProperty("java.io.tmpdir"));
118 return rootPath;
  /tools/tradefederation/core/src/com/android/tradefed/util/
ClassPathScanner.java 146 * @param rootPath the relative path of <var>dir</var> from class path element root
150 private void getEntriesFromDir(File dir, Set<String> entries, List<String> rootPath,
160 rootPath.add(childFile.getName() + "/");
161 getEntriesFromDir(childFile, entries, rootPath, filter);
163 rootPath.remove(rootPath.size() - 1);
166 String classPathEntryName = constructPath(rootPath, childFile.getName());
180 * @param rootPath the root path in {@link List} form
184 private String constructPath(List<String> rootPath, String fileName) {
186 for (String element : rootPath) {
    [all...]
  /frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/data/
VideoProvider.java 67 String rootPath = String.format(Locale.US, "%s/%d_%d/", context.getFilesDir(), width,
69 File rootDirectory = new File(rootPath);
91 File file = new File(rootPath + videoNumber + ".jpg");
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java 99 String rootPath = mDataManager.getTopSetPath(DataManager.INCLUDE_ALL);
100 mRootSet = (MediaSet) mDataManager.getMediaObject(rootPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptLauncher.java 185 String rootPath = mProject.getLocation().toOSString();
186 int rootPathLength = rootPath.length();
199 if (filePath.startsWith(rootPath) == false) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 111 String rootPath = root.getPath();
113 rootPath.replace('/', File.separatorChar) + File.separator
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 45 char rootPath[BUFFSIZE];
145 strcpy(rootPath, argv[i]);
219 if (strcmp(rootPath, file) == 0) {
503 changedir(rootPath);
  /frameworks/support/core-utils/java/android/support/v4/content/
FileProvider.java 704 final String rootPath = root.getValue().getPath();
705 if (path.startsWith(rootPath) && (mostSpecific == null
706 || rootPath.length() > mostSpecific.getValue().getPath().length())) {
717 final String rootPath = mostSpecific.getValue().getPath();
718 if (rootPath.endsWith("/")) {
719 path = path.substring(rootPath.length());
721 path = path.substring(rootPath.length() + 1);
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
DvrStorageStatusManager.java 233 String rootPath;
235 rootPath = root != null ? root.getCanonicalPath() : null;
239 return rootPath == null ? null : new File(rootPath + RECORDING_DATA_SUB_PATH);
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 293 final String rootPath = visiblePath
296 if (rootPath.equals(path)) {
298 } else if (rootPath.endsWith("/")) {
299 path = path.substring(rootPath.length());
301 path = path.substring(rootPath.length() + 1);
323 final String rootPath = rootFile.getAbsolutePath();
324 if (path.startsWith(rootPath) && (mostSpecificPath == null
325 || rootPath.length() > mostSpecificPath.length())) {
327 mostSpecificPath = rootPath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 417 String rootPath = rootDirectory.getAbsolutePath();
419 path = path.substring(rootPath.length()).replace("\\", "/"); //$NON-NLS-1$ //$NON-NLS-2$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 194 String rootPath = mProperties.getProperty(propName);
196 if (rootPath == null) {
200 mLibraries.add(new LibraryState(convertPath(rootPath)));
313 String rootPath = mProperties.getProperty(propName);
315 if (rootPath == null) {
321 String convertedPath = convertPath(rootPath);
628 String rootPath = mProperties.getProperty(propName);
630 if (rootPath == null) {
634 if (rootPath.equals(oldValue)) {
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.3.1/
testutils-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-alpha1/
testutils-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta3/
testutils-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta5/
testutils-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta6/
testutils-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.5.0/
testutils-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0/
testutils-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha1/
testutils-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha3/
testutils-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha5/
testutils-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha7/
testutils-25.0.0-alpha7.jar 

Completed in 286 milliseconds

1 2 3 4 5 6 7 8