HomeSort by relevance Sort by last modified time
    Searched refs:entries_file (Results 1 - 3 of 3) sorted by null

  /external/webrtc/
check_root_dir.py 46 entries_file = os.path.join(SOLUTION_ROOT_DIR, '.gclient_entries')
47 if os.path.exists(entries_file):
48 os.unlink(entries_file)
setup_links.py 294 entries_file = os.path.join(os.path.dirname(ROOT_DIR), '.gclient_entries')
295 if os.path.exists(entries_file):
296 actions.append(Remove(entries_file, dangerous=True))
  /external/libyuv/files/
setup_links.py 273 entries_file = os.path.join(os.path.dirname(ROOT_DIR), '.gclient_entries')
274 if os.path.exists(entries_file):
275 actions.append(Remove(entries_file, dangerous=True))

Completed in 93 milliseconds