OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT_DIR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/tools/build/
remoting_copy_locales.py
23
INT_DIR
= None
42
return os.path.join(
INT_DIR
, 'remoting', 'resources',
45
return os.path.join(
INT_DIR
, 'remoting_locales', locale + '.pak')
100
global
INT_DIR
111
parser.add_option("-x", action="store", dest="
int_dir
",
126
INT_DIR
= options.
int_dir
144
if print_outputs and not
INT_DIR
:
146
if not (print_inputs or print_outputs or (GRIT_DIR and
INT_DIR
)):
/external/chromium_org/chrome/tools/build/
repack_locales.py
27
INT_DIR
= None
46
return '%s/%s.pak' % (
INT_DIR
, locale)
53
return '%s/repack/%s.lproj/locale.pak' % (
INT_DIR
, locale.replace('-', '_'))
55
return os.path.join(
INT_DIR
, 'repack', locale + '.pak')
153
global
INT_DIR
164
parser.add_option("-x", action="store", dest="
int_dir
",
183
INT_DIR
= options.
int_dir
199
if not (GRIT_DIR and
INT_DIR
and SHARE_INT_DIR):
Completed in 42 milliseconds