OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildTimestampPath
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/
check-for-weak-vtables-and-externals
53
my $
buildTimestampPath
= $ENV{'TARGET_TEMP_DIR'} . "/" . basename($0) . ".timestamp";
54
my $buildTimestampAge = -M $
buildTimestampPath
;
111
touch($
buildTimestampPath
);
check-for-exit-time-destructors
54
my $
buildTimestampPath
= $ENV{'TARGET_TEMP_DIR'} . "/" . basename($0) . ".timestamp";
55
my $buildTimestampAge = -M $
buildTimestampPath
;
104
touch($
buildTimestampPath
);
check-for-global-initializers
54
my $
buildTimestampPath
= $ENV{'TARGET_TEMP_DIR'} . "/" . basename($0) . ".timestamp";
55
my $buildTimestampAge = -M $
buildTimestampPath
;
145
touch($
buildTimestampPath
);
Completed in 132 milliseconds