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

  /external/chromium/chrome/browser/cocoa/
authorization_util.h 47 const char* tool_path,
59 const char* tool_path,
  /external/chromium_org/base/mac/
authorization_util.h 51 const char* tool_path,
64 const char* tool_path,
  /external/chromium_org/chrome/tools/build/mac/
generate_localizer 44 tool_path = os.path.join(tools_dir, 'ibtool')
55 ibtool_cmd = subprocess.Popen([tool_path, '--localizable-strings', xib_path],
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 424 tool_path = os.path.join(out_path, 'gyp-%s-tool' % prefix)
425 with open(tool_path, 'w') as tool_file:
430 os.chmod(tool_path, 0755)

Completed in 2213 milliseconds