Home
last modified time | relevance | path

Searched defs:remove_path (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/common_lib/
Dpackages.py634 def remove_pkg(self, pkg_name, remove_path=None, remove_checksum=False): argument
/external/cronet/tot/third_party/libxml/src/
Duri.c2530 int remove_path = 0; in xmlBuildRelativeURISafe() local
/external/cronet/stable/third_party/libxml/src/
Duri.c2530 int remove_path = 0; in xmlBuildRelativeURISafe() local
/external/libxml2/
Duri.c2572 int remove_path = 0; in xmlBuildRelativeURISafe() local
/external/linux-kselftest/tools/testing/selftests/landlock/
Dfs_test.c138 static int remove_path(const char *const path) in remove_path() function