Home
last modified time | relevance | path

Searched refs:obj_path (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py134 obj_path = execargs[i + 1]
135 if not obj_path.endswith(('.o',)):
141 return os.path.abspath(obj_path)
/external/swiftshader/third_party/LLVM/tools/gold/
Dgold-plugin.cpp79 static std::string obj_path; variable
105 obj_path = opt.substr(strlen("obj-path=")); in process_plugin_option()
460 if (options::obj_path.empty()) in all_symbols_read_hook()
/external/llvm/tools/gold/
Dgold-plugin.cpp177 static std::string obj_path; variable
225 obj_path = opt.substr(strlen("obj-path=")); in process_plugin_option()
1068 if (!options::obj_path.empty()) in runSplitCodeGen()
1069 Filename = options::obj_path; in runSplitCodeGen()
1234 if (!options::obj_path.empty()) in thinLTOBackends()
1236 Filename = options::obj_path; in thinLTOBackends()
1249 !options::obj_path.empty() ? TaskCount : -1); in thinLTOBackends()
/external/libchrome/dbus/
Dbus.cc862 const ObjectPath obj_path("/org/freedesktop/DBus"); in GetServiceOwnerAndBlock() local
864 !get_name_owner_call.SetPath(obj_path)) { in GetServiceOwnerAndBlock()