Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/fs/
Dremove_file.rs15 pub async fn remove_file(path: impl AsRef<Path>) -> io::Result<()> { in remove_file() function
Dmod.rs69 mod remove_file; module
/external/autotest/client/cros/netprotos/
Dcros_p2p.py52 def remove_file(self, file_id, announce=False): member in CrosP2PDaemon
/external/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c55 int remove_file; member
/external/rust/cxx/gen/src/
Dfs.rs78 pub(crate) fn remove_file(path: impl AsRef<Path>) -> Result<()> { in remove_file() function
/external/autotest/client/bin/result_tools/
Dresult_info.py453 def remove_file(self, name): member in ResultInfo
/external/autotest/client/cros/faft/utils/
Dos_interface.py172 def remove_file(self, path): member in OSInterface
/external/igt-gpu-tools/runner/
Dexecutor.c1019 static int remove_file(int dirfd, const char *name) in remove_file() function
/external/autotest/client/cros/faft/
Drpc_functions.py952 def remove_file(self, file_path): member in SystemServicer
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py2732 def remove_file(file, num_retries=1, sleep_duration=0.5): function