HomeSort by relevance Sort by last modified time
    Searched refs:unlink (Results 1 - 25 of 336) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
unlink.cpp 32 int unlink(const char* path) { function
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
remove.c 48 return (unlink(file));
  /external/chromium_org/third_party/sqlite/src/test/
crashtest1.c 37 /*printf("pid %d: journal exists. rollback will be required\n",getpid());*/ unlink("test.db-saved");
39 unlink("test.db-journal-saved");
74 unlink("test.db");
75 unlink("test.db-journal");
threadtest2.c 105 unlink(DB_FILE);
106 unlink(zJournal);
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-multiple-values.py 34 test.unlink('action.txt')
  /external/elfutils/0.153/libasm/
asm_abort.c 52 (void) unlink (ctx->tmp_fname);
  /external/chromium_org/tools/gyp/test/compiler-override/
gyptest-compiler-env-toolchain.py 66 test.unlink(test.built_file_path('RAN_MY_NM'))
67 test.unlink(test.built_file_path('RAN_MY_READELF'))
  /external/chromium_org/sandbox/linux/tests/
scoped_temporary_file.cc 31 CHECK_EQ(0, unlink(full_file_name_));
  /external/libsepol/tests/policies/test-linker/
module2.conf 5 class lnk_file { unlink };
40 allow g_m2_type_1 g_m2_type_2 : lnk_file unlink;
  /external/chromium_org/chrome/tools/
webforms_aggregator_tests.py 28 os.unlink(self.cookie_file)
31 os.unlink(self.url_file.name)
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-pgo.py 57 test.unlink(pgd_path)
71 test.unlink(test.built_file_path('test_pgo_update.exe', chdir=CHDIR))
  /external/llvm/autoconf/m4/
func_mmap_file.m4 17 unlink ("foo");
  /external/chromium_org/v8/tools/
android-run.py 63 os.unlink(outname)
64 os.unlink(errname)
105 os.unlink(script_file)
  /bionic/tests/
TemporaryFile.h 40 unlink(filename);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 164 unlink("${fullPath}.orig") if (! $changeLogDotOrigExisted);
175 unlink($fullPath) if (-e $fullPath);
185 DIR => dirname($fullPath), UNLINK => 1);
199 unlink("$fullPath.orig") if -e "$fullPath.orig" && checksum($fullPath) eq checksum("$fullPath.orig");
210 unlink($fullPath) if -z $fullPath;
  /external/chromium_org/tools/gyp/test/win/linker-flags/
update_pgd.py 35 os.unlink(pgc_file)
  /external/chromium_org/tools/memory_inspector/memory_inspector/unittest/mock_adb/
mock_adb.py 33 os.unlink(self._cfg_file)
  /external/chromium_org/tools/profile_chrome/
trace_packager.py 27 os.unlink(trace_file)
34 os.unlink(host_file)
41 os.unlink(host_file)
69 os.unlink(trace_file)
  /external/clang/utils/TestUtils/
pch-test.pl 35 unlink "$file.pch";
  /external/compiler-rt/test/asan/android_commands/
android_common.py 21 os.unlink(tmp)
  /external/oprofile/libutil/
op_lockfile.c 51 int err = unlink(file);
  /external/chromium_org/chrome/browser/
process_singleton_posix_unittest.cc 296 EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
305 EXPECT_EQ(0, unlink(socket_path_.value().c_str()));
315 EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
329 EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
334 ASSERT_EQ(0, unlink(lock_path_.value().c_str()));
346 EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
352 ASSERT_EQ(0, unlink(lock_path_.value().c_str()));
380 ASSERT_EQ(0, unlink(socket_path_.value().c_str()));
383 ASSERT_EQ(0, unlink(cookie_path_.value().c_str()));
393 EXPECT_EQ(0, unlink(cookie_path_.value().c_str()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
rule_bison.py 75 os.unlink(outputHTry)
102 os.unlink(outputHTmp)
  /external/chromium_org/third_party/lcov/bin/
mcov 89 unlink($gcov_file);
181 unlink($gcov_file);
201 unlink($gcov_file);
  /external/icu/icu4c/source/common/
lrucache.cpp 30 void LRUCache::CacheEntry::unlink() { function in class:LRUCache::CacheEntry
60 entry->unlink();
99 entry->unlink();

Completed in 807 milliseconds

1 2 3 4 5 6 7 8 91011>>