HomeSort by relevance Sort by last modified time
    Searched refs:abs2rel (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 283 $changeLog = File::Spec->abs2rel(File::Spec->rel2abs($changeLog), $topLevel);
svn-create-patch 209 $sourceFile = File::Spec->abs2rel($1, $baseUrl);
VCSUtils.pm 302 return File::Spec->abs2rel($previousDirectory, $newDirectory);
406 my $relativePath = File::Spec->abs2rel($file);
    [all...]
webkitdirs.pm     [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 67 use File::Spec::Functions qw /abs2rel canonpath catdir catfile catpath
672 $filename = abs2rel($filename, $dir);
1025 $sys = abs2rel(dirname(dirname(dirname($markerfile))), $dir);
1065 $base = abs2rel($base_directory, rootdir());
1077 $base = abs2rel($build, rootdir());
    [all...]
geninfo 54 use File::Spec::Functions qw /abs2rel catdir file_name_is_absolute splitdir
744 info("Processing %s\n", abs2rel($file, $dir));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm 447 my $idlRelPath= "bindings/" . File::Spec->abs2rel($idlFilename, $sourceRoot);
    [all...]

Completed in 809 milliseconds