Home
last modified time | relevance | path

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

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