HomeSort by relevance Sort by last modified time
    Searched refs:entries_file (Results 1 - 2 of 2) 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))

Completed in 1703 milliseconds