Home
last modified time | relevance | path

Searched refs:context_path (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/test/
Dcontext.c130 const char *context_path; in test_config_root_include_path() local
146 context_path = xkb_context_include_path_get(ctx, nincludes - 1); in test_config_root_include_path()
147 assert(strcmp(context_path, tmpdir) == 0); in test_config_root_include_path()
159 const char *context_path; in test_config_root_include_path_fallback() local
184 context_path = xkb_context_include_path_get(ctx, nincludes - 1); in test_config_root_include_path_fallback()
185 assert(strcmp(context_path, xkbdir) == 0); in test_config_root_include_path_fallback()
198 const char *context_path; in test_xkbdir_include_path() local
212 context_path = xkb_context_include_path_get(ctx, 0); in test_xkbdir_include_path()
213 assert(strcmp(context_path, xkb_path) == 0); in test_xkbdir_include_path()
226 const char *context_path; in test_xdg_include_path() local
[all …]
/external/rust/crates/criterion/src/html/
Dmod.rs22 let mut context_path = PathBuf::from(path); in debug_context() localVariable
23 context_path.set_extension("json"); in debug_context()
24 println!("Writing report context to {:?}", context_path); in debug_context()
25 let result = fs::save(context, &context_path); in debug_context()
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...