/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep277.py | 63 os.unlink(os.path.join(dirname, fname))
|
/system/core/init/ |
bootchart.cpp | 238 unlink(LOG_STOPFILE);
|
/system/core/mkbootimg/ |
mkbootimg.c | 287 unlink(bootimg);
|
/system/extras/sound/ |
playwav.c | 293 unlink(fn);
|
/system/extras/tests/bionic/libc/other/ |
test_zlib.c | 265 unlink(tempfile);
|
/system/extras/tests/fstest/ |
recovery_test.cpp | 72 unlink(test_file_);
|
/external/google-breakpad/src/client/mac/sender/ |
uploader.mm | 99 if (unlink(configFile)) { 100 GTMLoggerDebug(@"Couldn't unlink config file %s - %s", 402 unlink(fileName);
|
/external/libvncserver/x11vnc/ |
gui.c | 750 unlink(tf2); 857 unlink(tf1); 858 unlink(tf2);
|
user.c | 940 unlink(filename); 1012 unlink(filename); [all...] |
/external/libxml2/ |
runtest.c | [all...] |
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcherOpt.cpp | 88 // Unlink the two nodes from the list. 167 // Unlink the two nodes from the list. 219 // Okay, we know we can sink it past at least one node. Unlink it from the
|
/external/toybox/toys/pending/ |
syslogd.c | 300 unlink(tf->filename); 384 unlink(fnode->path); 448 unlink(tsd->sdu.sun_path);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_priv.c | 544 unlink(iface->sock_name); 635 if (unlink(iface->sock_name) < 0) { 637 "Could not unlink existing ctrl_iface socket '%s': %s",
|
/frameworks/rs/cpu_ref/ |
rsCpuScriptGroup2.cpp | 465 unlink(objFilePath.c_str()); 469 unlink(objFilePath.c_str()); 484 unlink(cloneFilePath.c_str());
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | 106 * to unlink these deleted nodes. 198 * using CAS to link and unlink. Races are allowed in index-list 551 * unlink that may lose this index node, if the node being 570 final boolean unlink(Index<K,V> succ) { method in class:ConcurrentSkipListMap.Index 702 if (!q.unlink(r)) 736 * unlink any subsequent deleted nodes encountered. 747 * findPredecessor returned a deleted node. We can't unlink [all...] |
LinkedBlockingQueue.java | 491 void unlink(Node<E> p, Node<E> trail) { method in class:LinkedBlockingQueue 522 unlink(p, trail); method 820 unlink(p, trail); method
|
ArrayBlockingQueue.java | 831 // unlink p 873 // unlink p 900 // unlink p [all...] |
SynchronousQueue.java | 357 s.casNext(m, mn); // help unlink 369 h.casNext(m, mn); // help unlink 451 * At worst we may need to traverse entire stack to unlink 585 * Tries to cas nh as new head; if successful, unlink 672 advanceHead(t, s); // unlink if head [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
debug.ipp | 438 WRITE_CSTR( "\nshell unlink " ); 447 WRITE_CSTR( "\nshell unlink " ); 516 ::snprintf( cmd_line_buff, sizeof(cmd_line_buff), "unlink %s;cont;%s%s",
|
/prebuilts/android-emulator/linux-x86_64/ |
emulator | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc. 19 only use functions that are defined by all platforms (e.g., unlink 192 if you lack permissions needed to unlink the leaf directory or
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc. 19 only use functions that are defined by all platforms (e.g., unlink 192 if you lack permissions needed to unlink the leaf directory or
|
/art/patchoat/ |
patchoat.cc | 403 TEMP_FAILURE_RETRY(unlink(output_oat_filename.c_str())); [all...] |
/external/selinux/libsemanage/src/ |
direct_api.c | 989 status = unlink(hll_path); [all...] |