OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileToUpdate
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/
update-webkit-localizable-strings
39
my $
fileToUpdate
= "Source/WebCore/English.lproj/Localizable.strings";
45
system "Tools/Scripts/extract-localizable-strings", "-", $
fileToUpdate
, @directoriesToScan;
extract-localizable-strings
56
my $
fileToUpdate
= shift @ARGV;
57
-f $
fileToUpdate
or die "Couldn't find file to update $
fileToUpdate
\n";
371
print "\nErrors encountered. Exiting without writing to $
fileToUpdate
.\n";
385
if (-e "$
fileToUpdate
") {
386
open STRINGS, ">", "$
fileToUpdate
" or die;
390
print "$
fileToUpdate
does not exist\n";
Completed in 24 milliseconds