Searched defs:unlink (Results 1 - 25 of 34) sorted by last modified time

12

/external/zlib/src/test/
H A Dminigzip.c48 # define unlink delete macro
52 # define unlink remove macro
61 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
62 extern int unlink OF((const char *));
149 # include <unistd.h> /* for unlink() */
489 unlink(file);
542 unlink(infile);
/external/valgrind/coregrind/
H A Dm_libcfile.c521 Int VG_(unlink) ( const HChar* file_name ) function
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/swiftshader/src/OpenGL/libGL/
H A DProgram.cpp88 unlink();
96 unlink();
1181 unlink();
1916 void Program::unlink() function in class:gl::Program
/external/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp169 unlink();
178 unlink();
1455 unlink();
2424 void Program::unlink() function in class:es2::Program
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp53 void Graph::Edge::unlink() function in class:nv50_ir::Graph::Edge
H A Dnv50_ir_peephole.cpp1282 inline void unlink(Record **);
1478 MemoryOpt::Record::unlink(Record **list) function in class:nv50_ir::MemoryOpt::Record
1689 r->unlink(&loads[f]);
1693 r->unlink(&stores[f]);
/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.h51 # define unlink _unlink macro
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c51 #define unlink _unlink macro
753 if(unlink(rtcp->rcft.rcfu.fName) == -1) {
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_file_permission.cc212 bool unlink,
218 unlink_(unlink),
210 BrokerFilePermission(const std::string& path, bool recursive, bool unlink, bool allow_read, bool allow_write, bool allow_create) argument
H A Dbroker_file_permission_unittest.cc163 bool unlink; local
165 &file_to_open, &unlink));
166 ASSERT_FALSE(unlink);
217 bool unlink; local
218 ASSERT_FALSE(perm.CheckOpen(path, access_flags, NULL, &unlink));
219 ASSERT_FALSE(perm.CheckOpen(path, access_flags | O_CREAT, NULL, &unlink));
221 perm.CheckOpen(path, access_flags | O_CREAT | O_EXCL, NULL, &unlink));
222 ASSERT_TRUE(unlink);
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jar ... MruEntry) freemarker.cache.MruCacheStorage$MruEntry entry void unlink () void makeHead () } freemarker/cache/MruCacheStorage$MruReference.class MruCacheStorage ...
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h3159 // The unlink syscall has been deprecated on aarch64. We polyfill it below.
3160 LSS_INLINE _syscall1(int, unlink, const char*, f)
3760 // The unlink syscall has been deprecated on aarch64. We polyfill it below.
3967 LSS_INLINE int LSS_NAME(unlink)(const char *pathname) { function
/external/fio/
H A Dthread_options.h109 unsigned int unlink; member in struct:thread_options
338 uint32_t unlink; member in struct:thread_options_pack
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 577 milliseconds

12