Home
last modified time | relevance | path

Searched defs:resolved_name (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dshortcut_unittest.cc149 FilePath resolved_name; in TEST_F() local
161 FilePath resolved_name; in TEST_F() local
214 FilePath resolved_name; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc419 std::string resolved_name = ResolveFieldName(field, field_names); in GenerateHazzer() local
454 std::string resolved_name = ResolveFieldName(field, field_names); in GenerateClear() local
469 std::string resolved_name = ResolveFieldName(field, field_names); in GenerateMapGetters() local
620 std::string resolved_name = ResolveFieldName(field, field_names); in GenerateMapSetters() local
671 std::string resolved_name = ResolveFieldName(field, field_names); in GenerateRepeatedSetters() local
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dposix_compat.h339 inline wchar_t* realpath(const wchar_t* path, [[maybe_unused]] wchar_t* resolved_name) { in realpath()
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_proc.c168 char *name, *resolved_name; in _procfs_maps_each_module() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfreeze_module.cpp56 const auto resolved_name = resolveName(name); in AttributePropagator() local