Home
last modified time | relevance | path

Searched defs:remove_files (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/build-gn/
H A Dremove_files.py33 remove_files = glob.glob(remove_pattern) variable
/aosp_15_r20/external/pytorch/tools/code_coverage/package/util/
H A Dutils_init.py16 def remove_files() -> None: function
/aosp_15_r20/packages/modules/ArtPrebuilt/
Dupdate-art-module-prebuilts.py127 def remove_files(git_root, subpaths, stage_removals): function
/aosp_15_r20/prebuilts/runtime/mainline/
H A Dupdate.py245 def remove_files(git_root, subpaths, stage_removals): function
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/
H A Dconfig.rs165 fn remove_files(path: &Path) -> Result<()> { in clear_data() function
/aosp_15_r20/external/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c243 static int remove_files(char *filename, char *addr) in remove_files() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_import.py34 def remove_files(name): function
/aosp_15_r20/external/toolchain-utils/rust_tools/
H A Drust_uprev.py957 def remove_files(filename: PathOrStr, path: PathOrStr) -> None: function
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c205 int remove_files = 0; /* if set, cleanup default is not to cleanup */ variable
/aosp_15_r20/external/python/cpython3/Lib/test/test_import/
D__init__.py39 def remove_files(name): function