Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/utils/
Dgen_trait_fn_body.rs81 let f_path = make::expr_path(make::ext::ident_path(&field_name)); in gen_clone_impl() localVariable
124 let f_path = make::expr_path(make::ext::ident_path("self")); in gen_clone_impl() localVariable
266 let f_path = make::expr_path(make::ext::ident_path("self")); in gen_debug_impl() localVariable
267 let f_path = make::expr_ref(f_path, false); in gen_debug_impl() localVariable
268 let f_path = make::expr_field(f_path, &format!("{name}")); in gen_debug_impl() localVariable
280 let f_path = make::expr_path(make::ext::ident_path("self")); in gen_debug_impl() localVariable
281 let f_path = make::expr_ref(f_path, false); in gen_debug_impl() localVariable
282 let f_path = make::expr_field(f_path, &format!("{i}")); in gen_debug_impl() localVariable
/third_party/toybox/toys/other/
Dlosetup.c106 char *f_path = xabspath(file, ABS_PATH); local
/third_party/NuttX/fs/vfs/include/
Dfile.h98 char *f_path; /* File fullpath */ member
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c30 char *f_path; member
724 void mem_check_init(char *f_path) in mem_check_init()
/third_party/musl/src/malloc/liteos_a/user_debug/
Dmemory_check.c45 char *f_path; member
739 void mem_check_init(char *f_path) in mem_check_init()
/third_party/ltp/testcases/kernel/fs/doio/
Diogen.c93 char f_path[MAX_FNAME_LENGTH + 1]; /* file name (full path) */ member
/third_party/toybox/toys/pending/
Ddiff.c472 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); in skip() local
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs1730 let f_path = self.tcx.def_path(found.did()).data; in note_type_err() localVariable