Searched refs:unlink (Results 1 - 14 of 14) sorted by path

/frameworks/av/media/mtp/
H A DMtpServer.cpp966 unlink(mSendObjectFilePath);
1024 unlink(pathbuf);
1037 unlink(path);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2409 // failures at unlink() which are ignored. It's also unlikely since
2449 (void) unlink(teePath);
/frameworks/base/core/java/android/os/
H A DTokenWatcher.java90 public void cleanup(IBinder token, boolean unlink) argument
94 if (unlink && d != null) {
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp232 unlink(localTmpFileName);
245 unlink(localTmpFileName);
253 unlink(localTmpFileName);
260 unlink(localTmpFileName);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp1425 unlink(SCRATCH_DIR "data/c");
1432 unlink(SCRATCH_DIR "data/f");
/frameworks/base/services/java/com/android/server/
H A DMountService.java286 public void unlink() { method in class:MountService.ObbState
2278 obbState.unlink();
/frameworks/base/tools/aapt/
H A DPackage.cpp82 if (unlink(outputFile.string()) != 0) {
179 if (unlink(outputFile.string()) != 0) {
180 fprintf(stderr, "warning: could not unlink '%s'\n", outputFile.string());
207 if (unlink(outputFile.string()) != 0) {
208 fprintf(stderr, "warning: could not unlink '%s'\n", outputFile.string());
/frameworks/base/tools/aidl/
H A Daidl.cpp1127 unlink(options.outputFileName.c_str());
/frameworks/native/cmds/installd/
H A Dcommands.c64 unlink(pkgdir);
80 if (unlink(libsymlink) < 0) {
81 ALOGE("couldn't unlink lib directory during install for: %s", libsymlink);
90 unlink(pkgdir);
96 unlink(libsymlink);
97 unlink(pkgdir);
103 unlink(libsymlink);
104 unlink(pkgdir);
164 unlink(pkgdir);
169 unlink(pkgdi
[all...]
H A Dutils.c598 if (unlink(pathBase) < 0) {
599 ALOGE("Couldn't unlink %s: %s\n", pathBase, strerror(errno));
760 if (unlink(path) < 0) {
761 ALOGE("Couldn't unlink %s: %s\n", path, strerror(errno));
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp160 ret = unlink(nameBuffer);
163 fprintf(stderr, "warning -- unlink() error on '%s': %s\n",
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp229 if (unlink(fname) == -1) {
230 // No point in retrying if the unlink failed.
252 unlink(fname);
262 unlink(fname);
276 unlink(fname);
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp89 unlink(mFilename.string());
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp108 r = unlink(newName.c_str());
110 ALOGE("Could not unlink symlink %s", newName.c_str());

Completed in 238 milliseconds