Home
last modified time | relevance | path

Searched refs:install_path (Results 1 – 3 of 3) sorted by relevance

/external/clang/
Dbuild.py175 install_path = os.path.join(install_dir, dirname)
176 if not os.path.exists(install_path):
177 os.makedirs(install_path)
180 install_file(built_path, install_path)
187 ['strip', os.path.join(install_path, file_name)])
243 install_path = os.path.join(install_dir, 'tools', tool)
244 install_directory(tool_path, install_path)
/external/parameter-framework/upstream/tools/xmlGenerator/
DdomainGenerator.py195 install_path = os.path.dirname(os.path.realpath(args.toplevel_config))
199 structPath=install_path)
/external/dbus/dbus/
Ddbus-sysdeps-win.c2553 DBusString install_path; in _dbus_get_install_root_as_hash() local
2561 _dbus_string_init(&install_path); in _dbus_get_install_root_as_hash()
2562 _dbus_string_append(&install_path,path); in _dbus_get_install_root_as_hash()
2565 _dbus_string_tolower_ascii(&install_path,0,_dbus_string_get_length(&install_path)); in _dbus_get_install_root_as_hash()
2567 if (!_dbus_sha_compute (&install_path, out)) in _dbus_get_install_root_as_hash()