Home
last modified time | relevance | path

Searched defs:mod_path (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/lib/
Dtst_module.c32 const char *mod_name, char **mod_path) in tst_module_exists_()
83 char *mod_path = NULL; in tst_module_load_() local
/third_party/ltp/include/
Dtst_module.h13 static inline void tst_module_exists(const char *mod_name, char **mod_path) in tst_module_exists()
/third_party/ltp/testcases/kernel/syscalls/finit_module/
Dfinit_module01.c24 static char *mod_path; variable
Dfinit_module02.c25 static char *mod_path; variable
/third_party/ltp/include/old/
Dold_module.h56 const char *mod_name, char **mod_path) in tst_module_exists()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/path/
Dlower.rs160 let mod_path = Interned::new(ModPath::from_segments(kind, segments)); in lower_path() localVariable
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dsource_util.rs86 let mod_path = &cx.current_expansion.module.mod_path; in expand_mod() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dmod_path.rs204 let mut mod_path = match segment.kind()? { in convert_path() localVariable
Dlib.rs19 pub mod mod_path; module
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/imports/
Dimport_assets.rs252 let mod_path = |item| { in search_for() localVariable
324 let mod_path = mod_path(item)?; in path_applicable_imports() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dhover.rs86 pub mod_path: String, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dpath.rs151 pub fn mod_path(&self) -> Option<&ModPath> { in mod_path() method
Dfind_path.rs537 let mod_path = ModPath::from_src(&db, ast_path, &Hygiene::new_unhygienic()).unwrap(); in check_found_path_() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_dev/src/
Dupdate_lints.rs345 let mod_path = { in deprecate() localVariable
346 let mut mod_path = PathBuf::from(format!("clippy_lints/src/{}", lint.module)); in deprecate() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/late/
Ddiagnostics.rs274 let mod_path = &path[..path.len() - 1]; in make_base_error() localVariable
1064 let mod_path = &path[..path.len() - 1]; in get_single_associated_item() localVariable
1788 let mod_path = &path[..path.len() - 1]; in lookup_typo_candidate() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_struct_from_enum_variant.rs382 let mod_path = module.find_use_path_prefixed( in process_references() localVariable
Dextract_function.rs161 let mod_path = module.find_use_path_prefixed( in extract_function() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dmatching.rs651 let mod_path = in render_template_paths() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/hover/
Drender.rs394 let mod_path = definition_mod_path(db, &def); in definition() localVariable
/third_party/rust/rust/compiler/rustc_expand/src/
Dbase.rs973 pub mod_path: Vec<Ident>, field