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

  /external/webkit/Tools/DumpRenderTree/android/
get_layout_tests_dir_contents.php 32 function getAbsolutePath($relPath) {
34 return $rootDir . DIRECTORY_SEPARATOR . $relPath;
37 function getFilesAsArray($relPath) {
38 return array_slice(scandir(getAbsolutePath($relPath)), 2);
45 function getAllFilesUnderAsArray($relPath, $recurse, $mode) {
46 $files = getFilesAsArray($relPath);
53 if ($relPath == '') {
56 $filePath = $relPath . DIRECTORY_SEPARATOR . $value;
99 $relPath = substr(realpath(getAbsolutePath($path)), strlen($rootDir) + 1);
102 if ($path !== "" && $relPath == ""
    [all...]
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 260 final String relPath = tokenizer.nextToken ();
263 final File path = archiveParent != null ? new File (archiveParent, relPath) : new File (relPath);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 899 milliseconds