Home
last modified time | relevance | path

Searched defs:obj_path (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestWasm.py28 def __init__(self, obj_path, module_name = ""): argument
/external/rust/crates/ring/
Dbuild.rs324 let obj_path = obj_path(&pregenerated, &src, MSVC_OBJ_EXT); in pregenerate_asm_main() localVariable
535 fn obj_path(out_dir: &Path, src: &Path, obj_ext: &str) -> PathBuf { in obj_path() function
/external/adhd/cras/src/server/
Dcras_bt_transport.c288 const char *obj_path; in cras_bt_transport_update_properties() local
/external/scapy/scapy/layers/tls/
Dcert.py122 def __call__(cls, obj_path, obj_max_size, pem_marker=None): argument
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp151 static std::string obj_path; variable
/external/libchrome/dbus/
Dbus.cc826 const ObjectPath obj_path("/org/freedesktop/DBus"); in GetServiceOwnerAndBlock() local
/external/llvm/tools/gold/
Dgold-plugin.cpp177 static std::string obj_path; variable
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py1700 def yaml2obj(self, yaml_path, obj_path): argument