OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gclientfile
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/
sync_chromium.py
122
gclientfile
= os.path.join(opts.chromium_dir, '.gclient')
123
with open(
gclientfile
, 'rb') as spec:
126
with open(
gclientfile
+ '.tmp', 'wb') as f:
130
'--
gclientfile
', '.gclient.tmp',
/external/webrtc/
sync_chromium.py
156
gclientfile
= os.path.join(opts.chromium_dir, '.gclient')
157
with open(
gclientfile
, 'rb') as spec:
160
with open(
gclientfile
+ '.tmp', 'wb') as f:
164
'--
gclientfile
', '.gclient.tmp',
Completed in 143 milliseconds