OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gclient_entries_file
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/
sync_chromium.py
119
gclient_entries_file
= os.path.join(opts.chromium_dir, '.gclient_entries')
133
gclient_entries_file
= os.path.join(opts.chromium_dir,
138
if os.path.exists(
gclient_entries_file
):
139
os.unlink(
gclient_entries_file
)
/external/webrtc/
sync_chromium.py
153
gclient_entries_file
= os.path.join(opts.chromium_dir, '.gclient_entries')
167
gclient_entries_file
= os.path.join(opts.chromium_dir,
172
if os.path.exists(
gclient_entries_file
):
173
os.unlink(
gclient_entries_file
)
Completed in 830 milliseconds