Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/poplar/sepolicy/
Dkernel.te1 allow kernel device:dir { add_name write remove_name rmdir create setattr getattr unlink};
2 allow kernel device:chr_file { create setattr getattr unlink};
Dhal_wifi_supplicant_default.te3 allow hal_wifi_supplicant_default vendor_data_file:sock_file { create setattr unlink write };
Dtee.te4 ## allow shell tee_data_file:file { create write open getattr unlink read };
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc272 unlink(kernel_log_pipe.c_str()); in PowerwashFiles()
275 unlink(console_in_pipe.c_str()); in PowerwashFiles()
278 unlink(console_out_pipe.c_str()); in PowerwashFiles()
281 unlink(logcat_pipe.c_str()); in PowerwashFiles()
285 unlink(kregistry_path.c_str()); in PowerwashFiles()
289 unlink(pstore_path.c_str()); in PowerwashFiles()
294 unlink(sdcard_path.c_str()); in PowerwashFiles()
301 unlink(overlay_path.c_str()); in PowerwashFiles()
/device/google/coral/vibrator/tests/
Dtest-hwcal.cpp67 void unlink() { ::unlink(mCalFile.path); } in unlink() function in android::hardware::vibrator::V1_3::implementation::HwCalTest
154 unlink(); in TEST_F()
226 unlink(); in TEST_F()
/device/google/crosshatch-sepolicy/vendor/google/
Dfastbootd.te11 allow fastbootd firmware_file:{ file lnk_file } unlink;
/device/linaro/hikey/sepolicy/
Dinit.te4 allow init configfs:lnk_file { create unlink };
/device/amlogic/yukawa/sepolicy/
Dinit.te4 allow init configfs:lnk_file { create unlink };
/device/ti/beagle_x15/sepolicy/
Dinit.te9 allow init configfs:lnk_file { create unlink } ;
/device/google/cuttlefish/shared/sepolicy/vendor/
Dvtpm_manager.te12 allow vtpm_manager tmpfs:chr_file { create setattr unlink rw_file_perms write };
Dkernel.te17 allow kernel device:chr_file { create setattr getattr unlink };
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dsubsystem_ramdump.te17 allow subsystem_ramdump wifidump_vendor_data_file:file { r_file_perms rename setattr unlink };
Dhal_gnss_qti.te19 allow hal_gnss_qti location_data_file:sock_file { create unlink write};
Dcnd.te42 allow cnd cnd_data_file:sock_file { unlink create setattr };
/device/google/bonito-sepolicy/vendor/qcom/common/
Dsubsystem_ramdump.te17 allow subsystem_ramdump wifidump_vendor_data_file:file { r_file_perms rename setattr unlink };
Dhal_gnss_qti.te23 allow hal_gnss_qti location_data_file:sock_file { create unlink write};
Dcnd.te42 allow cnd cnd_data_file:sock_file { unlink create setattr };
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/
D9p_device.policy57 unlink: 1
/device/google/coral-sepolicy/vendor/qcom/common/
Dcnd.te42 allow cnd cnd_data_file:sock_file { unlink create setattr };
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp151 if (unlink(kLockFile) < 0) { in ~AndroidContextHub()
164 (void) unlink(kLockFile); in TerminateHandler()
/device/generic/goldfish/sepolicy/common/
Dgoldfish_setup.te29 allow goldfish_setup varrun_file:file { mounton getattr create read write open unlink };
/device/generic/goldfish/wifi/createns/
Dcreatens.cpp60 if (::unlink(file) == -1) { in removeFile()
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc111 if (unlink(local_path.c_str()) != 0) { in download_images()
170 if (unlink(local_path.c_str()) != 0) { in download_host_package()
Dbuild_api.cc179 unlink(destination.c_str()); in ArtifactToFile()
/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp71 auto ret = unlink(console_path_.c_str()); in OpenPTY()

12