Home
last modified time | relevance | path

Searched defs:remove_extension (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dcopy_reg.py179 def remove_extension(module, name, code): function
/external/python/cpython3/Lib/
Dcopyreg.py193 def remove_extension(module, name, code): function
/external/skia/tools/sksl-minify/
DSkSLMinify.cpp58 static std::string remove_extension(const std::string& path) { in remove_extension() function