Home
last modified time | relevance | path

Searched refs:remove_path (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
Dbase_packages.py595 def remove_pkg(self, pkg_name, remove_path=None, remove_checksum=False): argument
603 if remove_path:
604 remove_path_list = [remove_path]
/external/libxml2/
Duri.c2171 int remove_path = 0; in xmlBuildRelativeURI() local
2228 remove_path = 1; in xmlBuildRelativeURI()
2357 if (remove_path != 0) in xmlBuildRelativeURI()