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

  /external/chromium_org/tools/android/
remove_strings.py 13 def RemoveStrings(grd_path, string_names):
17 grd_path: path to the GRD file.
20 with open(grd_path, 'r') as f:
25 with open(grd_path, 'w') as f:
30 usage = 'usage: %prog GRD_PATH...'
37 parser.error('must provide GRD_PATH argument(s)')
44 for grd_path in grd_paths:
45 RemoveStrings(grd_path, strings_to_remove)
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 177 grd_path = os.path.join(self.grd_dir, grd_filename)
178 with open(grd_path, 'w') as grd_file:

Completed in 244 milliseconds