/device/linaro/poplar/sepolicy/ |
D | kernel.te | 1 allow kernel device:dir { add_name write remove_name rmdir create setattr getattr unlink}; 2 allow kernel device:chr_file { create setattr getattr unlink};
|
D | hal_wifi_supplicant_default.te | 3 allow hal_wifi_supplicant_default vendor_data_file:sock_file { create setattr unlink write };
|
D | tee.te | 4 ## allow shell tee_data_file:file { create write open getattr unlink read };
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | main.cc | 272 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/ |
D | test-hwcal.cpp | 67 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/ |
D | fastbootd.te | 11 allow fastbootd firmware_file:{ file lnk_file } unlink;
|
/device/linaro/hikey/sepolicy/ |
D | init.te | 4 allow init configfs:lnk_file { create unlink };
|
/device/amlogic/yukawa/sepolicy/ |
D | init.te | 4 allow init configfs:lnk_file { create unlink };
|
/device/ti/beagle_x15/sepolicy/ |
D | init.te | 9 allow init configfs:lnk_file { create unlink } ;
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | vtpm_manager.te | 12 allow vtpm_manager tmpfs:chr_file { create setattr unlink rw_file_perms write };
|
D | kernel.te | 17 allow kernel device:chr_file { create setattr getattr unlink };
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | subsystem_ramdump.te | 17 allow subsystem_ramdump wifidump_vendor_data_file:file { r_file_perms rename setattr unlink };
|
D | hal_gnss_qti.te | 19 allow hal_gnss_qti location_data_file:sock_file { create unlink write};
|
D | cnd.te | 42 allow cnd cnd_data_file:sock_file { unlink create setattr };
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | subsystem_ramdump.te | 17 allow subsystem_ramdump wifidump_vendor_data_file:file { r_file_perms rename setattr unlink };
|
D | hal_gnss_qti.te | 23 allow hal_gnss_qti location_data_file:sock_file { create unlink write};
|
D | cnd.te | 42 allow cnd cnd_data_file:sock_file { unlink create setattr };
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | 9p_device.policy | 57 unlink: 1
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | cnd.te | 42 allow cnd cnd_data_file:sock_file { unlink create setattr };
|
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.cpp | 151 if (unlink(kLockFile) < 0) { in ~AndroidContextHub() 164 (void) unlink(kLockFile); in TerminateHandler()
|
/device/generic/goldfish/sepolicy/common/ |
D | goldfish_setup.te | 29 allow goldfish_setup varrun_file:file { mounton getattr create read write open unlink };
|
/device/generic/goldfish/wifi/createns/ |
D | createns.cpp | 60 if (::unlink(file) == -1) { in removeFile()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | fetch_cvd.cc | 111 if (unlink(local_path.c_str()) != 0) { in download_images() 170 if (unlink(local_path.c_str()) != 0) { in download_host_package()
|
D | build_api.cc | 179 unlink(destination.c_str()); in ArtifactToFile()
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 71 auto ret = unlink(console_path_.c_str()); in OpenPTY()
|