Home
last modified time | relevance | path

Searched refs:suffix2 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/faqwiz/
Dmove-faqwiz.sh30 cut_n_pad $2 2 suffix2
39 file2=faq$prefix2.$suffix2.htp
41 echo "Moving FAQ question $prefix1.$suffix1 to $prefix2.$suffix2"
/external/mesa3d/src/amd/vulkan/
Dradv_meta.c290 const char *suffix2 = "/.cache/radv_builtin_shaders"; in radv_builtin_cache_path() local
301 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
311 pwd.pw_dir, suffix2, sizeof(void *) * 8); in radv_builtin_cache_path()
/external/llvm-project/llvm/test/Transforms/SampleProfile/
Dindirect-call.ll152 define i32* @foo_inline_strip_conflict.suffix2(i32* %x) #0 !dbg !17 {
218 !17 = distinct !DISubprogram(name: "foo_inline_strip_conflict.suffix2", scope: !1, file: !1, line: …
/external/llvm-project/lld/ELF/
DDriver.cpp1951 const char *suffix2 = maybeDefault->getVersionSuffix(); in redirectSymbols() local
1952 if (suffix2[0] != '@' || suffix2[1] != '@' || in redirectSymbols()
1953 strcmp(suffix1 + 1, suffix2 + 2) != 0) in redirectSymbols()