OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_path
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/icu/source/tools/genrb/
gendtjar.pl
29
use Cwd '
abs_path
';
44
$cwd =
abs_path
(getcwd);
50
$icuRootDir =
abs_path
($cwd."/../../..");
53
$icu4jDir =
abs_path
($icuRootDir."/../icu4j");
71
$icuLibDir =
abs_path
($icuBinDir."/../lib");
82
$icuLibDir =
abs_path
($icuBinDir."/../lib");
90
$icuLibDir =
abs_path
($icuBinDir."/../lib");
/external/icu4c/tools/genrb/
gendtjar.pl
29
use Cwd '
abs_path
';
44
$cwd =
abs_path
(getcwd);
50
$icuRootDir =
abs_path
($cwd."/../../..");
53
$icu4jDir =
abs_path
($icuRootDir."/../icu4j");
71
$icuLibDir =
abs_path
($icuBinDir."/../lib");
82
$icuLibDir =
abs_path
($icuBinDir."/../lib");
90
$icuLibDir =
abs_path
($icuBinDir."/../lib");
/external/webkit/WebKitTools/Scripts/
run-javascriptcore-tests
87
setConfigurationProductDir(Cwd::
abs_path
($root)) if (defined($root));
sunspider-compare-results
58
GetOptions('root=s' => sub { my ($argName, $value); setConfigurationProductDir(Cwd::
abs_path
($value)); },
run-sunspider
69
GetOptions('root=s' => sub { my ($x, $value) = @_; $root = $value; setConfigurationProductDir(Cwd::
abs_path
($root)); },
resolve-ChangeLogs
148
my $absolutePath = Cwd::
abs_path
($originalPath);
run-webkit-tests
334
setConfigurationProductDir(Cwd::
abs_path
($root)) if (defined($root));
[
all
...]
Completed in 2458 milliseconds