Searched refs:unlink (Results 51 - 75 of 474) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dlog_io_test.py45 os.unlink(expected_filename)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/
H A Dinstall.py50 os.unlink('%s/files.txt'%(subdir,))
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
H A Dtest_reporter.py11 os.unlink(fn)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sts/
H A Dtest_session_token.py56 os.unlink('token.json')
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Dfile.py122 os.unlink(self._filename)
/external/e2fsprogs/misc/
H A Dmklost+found.c80 if (unlink (path) == -1) {
81 perror ("unlink");
/external/elfutils/tests/
H A Dasm-tst4.c99 unlink (fname);
H A Dasm-tst5.c111 unlink (fname);
/external/google-breakpad/src/common/linux/tests/
H A Dauto_testfile.h105 unlink(path_templ);
/external/google-breakpad/src/common/tests/
H A Dauto_tempdir.h85 EXPECT_TRUE(unlink(entry_path.c_str()) == 0);
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_file_permission.h64 // caller should unlink the path after openning.
86 bool unlink,
109 bool unlink_; // unlink after opening.
/external/opencv3/modules/viz/src/vtk/
H A DvtkXYZWriter.cpp98 unlink(this->FileName);
/external/strace/tests/
H A Dgetdents.c130 assert(!unlink(fname));
H A Dreaddir.c94 assert(!unlink(fname));
H A Dstruct_flock.c96 return mkstemp(fname) || unlink(fname) || ftruncate(0, FILE_LEN) ? 77 : 0;
/external/toybox/tests/
H A Dmv.test54 unlink tLink2 &>/dev/null
61 unlink link2 &>/dev/null
/external/toybox/toys/other/
H A Dshred.c21 -u unlink (actually delete file when done)
104 if (unlink(*try)) perror_msg("unlink '%s'", *try);
/external/v8/tools/
H A Ddisasm.py89 os.unlink(tmp_name)
/external/valgrind/memcheck/tests/darwin/
H A Daio.c86 unlink("mytmpfile");
/external/valgrind/memcheck/tests/
H A Dpointer-trace.c65 unlink("./pointer-trace-test-file");
/external/valgrind/none/tests/
H A Dpth_cancel2.c97 if ((unlink(".ktemp")) < 0)
98 perror("unlink"),exit(1);
/external/toybox/toys/pending/
H A Dbootchartd.c246 unlink("header");
247 unlink("proc_stat.log");
248 unlink("proc_diskstats.log");
249 unlink("proc_ps.log");
250 if (TT.proc_accounting) unlink("kernel_procs_acct");
/external/autotest/client/cros/multimedia/
H A Daudio_facade_native.py126 os.unlink(path)
129 os.unlink(path)
/external/e2fsprogs/lib/blkid/
H A Dsave.c136 unlink(opened);
145 unlink(backup);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h54 ~Edge() { unlink(); }
70 void unlink();

Completed in 698 milliseconds

1234567891011>>