Home
last modified time | relevance | path

Searched refs:self_path (Results 1 – 13 of 13) sorted by relevance

/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_trait.rs31 self_path: PathSegment, field
75 let self_path = match *impl_.self_ty { in new() localVariable
117 self_path, in new()
140 let path_args = &self.self_path.arguments; in trait_impl()
159 let self_path = &self.self_path; in trait_impl() localVariable
164 #unsafety impl #ig #trait_path for #self_path #wc { in trait_impl()
170 impl #ig #self_path #wc { in trait_impl()
/external/perfetto/src/base/test/
Dutils.cc32 std::string self_path = GetCurExecutableDir(); in GetTestDataPath() local
33 std::string full_path = self_path + "/../../" + path; in GetTestDataPath()
36 full_path = self_path + "/" + path; in GetTestDataPath()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest_utils.cc52 char self_path[PATH_MAX]; in GetHelperBinary() local
53 if (!SafeReadLink("/proc/self/exe", self_path)) { in GetHelperBinary()
56 helper_path = string(self_path); in GetHelperBinary()
/external/google-breakpad/src/client/mac/tests/
Dspawn_child_process.h80 char self_path[PATH_MAX]; in GetExecutablePath() local
81 uint32_t size = sizeof(self_path); in GetExecutablePath()
82 if (_NSGetExecutablePath(self_path, &size) != 0) in GetExecutablePath()
84 return self_path; in GetExecutablePath()
/external/mesa3d/src/microsoft/compiler/
Ddxil_validator.cpp48 char self_path[MAX_PATH]; in load_dxil_mod() local
50 self_path, sizeof(self_path)); in load_dxil_mod()
51 if (!path_size || path_size == sizeof(self_path)) { in load_dxil_mod()
56 auto last_slash = strrchr(self_path, '\\'); in load_dxil_mod()
63 if (strcat_s(self_path, "DXIL.dll") != 0) { in load_dxil_mod()
68 return LoadLibraryA(self_path); in load_dxil_mod()
/external/perfetto/src/base/
Dutils.cc281 std::string self_path; in GetCurExecutablePath() local
289 self_path = std::string(buf, static_cast<size_t>(size)); in GetCurExecutablePath()
293 self_path.resize(size); in GetCurExecutablePath()
294 PERFETTO_CHECK(_NSGetExecutablePath(&self_path[0], &size) == 0); in GetCurExecutablePath()
298 self_path = std::string(buf, len); in GetCurExecutablePath()
303 return self_path; in GetCurExecutablePath()
/external/perfetto/src/tracebox/
Dtracebox.cc170 std::string self_path = base::GetCurExecutablePath(); in TraceboxMain() local
171 base::Subprocess traced({self_path, "traced"}); in TraceboxMain()
198 {self_path, "traced_probes", "--reset-ftrace"}); in TraceboxMain()
225 base::Subprocess traced_perf({self_path, "traced_perf"}); in TraceboxMain()
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/renderers/
Dguard_renderer.cc25 string self_path = io::JoinPath(context_.path_config.tf_root_dir, in GuardRenderer() local
28 string with_underscores(self_path); in GuardRenderer()
/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Dmodules.rs231 let self_path = match imp.self_ty.as_ref() { in from_syn() localVariable
246 … .map(|m| Method::from_syn(m, self_path.clone(), Some(&imp.generics), &method_parent_attrs)) in from_syn()
249 let self_ident = self_path.path.elements.last().unwrap(); in from_syn()
Dtypes.rs72 pub fn self_path(&self, in_path: &Path) -> Path { in self_path() method
/external/rust/android-crates-io/crates/pin-project/tests/
Dpinned_drop.rs265 mod self_path { module
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp1444 char self_path[MAX_PATH]; in try_create_device_factory() local
1445 const char *d3d12core_path = try_find_d3d12core_next_to_self(self_path, sizeof(self_path)); in try_create_device_factory()
/external/mesa3d/src/microsoft/vulkan/
Ddzn_device.c300 char self_path[MAX_PATH]; in try_create_device_factory() local
301 const char *d3d12core_path = try_find_d3d12core_next_to_self(self_path, sizeof(self_path)); in try_create_device_factory()