crosvm/tests
A. Cody Schuffelen 4748c54b95 Rename "unix" to "linux" in code and docs
$ for DIR in $(find . -name "unix"); do mv $DIR $(echo $DIR | sed "s/unix/linux/"); done
$ for FILE in $(find . -name "unix.rs"); do mv $FILE $(echo $FILE | sed "s/unix/linux/"); done
$ find . -type f -not -path '*/\.git/*' | xargs -I {} sed -E -i "s/mod unix/mod linux/g" {}
$ find . -type f -not -path '*/\.git/*' -not -path '*/third_party/perfetto/*' | xargs -I {} sed -E -i "s/([^o][^s])::unix/\1::linux/g" {}
$ find . -type f -not -path '*/\.git/*' | xargs -I {} sed -E -i "s/use unix::/use linux::/g" {}
$ find . -type f -not -path '*/\.git/*' -not -path '*/third_party/perfetto/*' | xargs -I {} sed -E -i "s/sys::unix/sys::linux/g" {}
$ find . -type f -not -path '*/\.git/*' | xargs -I {} sed -E -i "s/use unix as platform/use linux as platform/g" {}

Test: ./tools/dev_container ./tools/presubmit
Bug: b/298269162
Change-Id: I2c8acb14d77a5588dab4eae124f4a9afbb9025f5
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4909060
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Vikram Auradkar <auradkar@google.com>
Commit-Queue: Cody Schuffelen <schuffelen@google.com>
Reviewed-by: Frederick Mayle <fmayle@google.com>
2023-10-11 01:15:07 +00:00
..
mini_plugin_template.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin.policy tests: plugin: add clone3 and rseq to seccomp policy 2022-11-17 18:59:56 +00:00
plugin_adder.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_async_write.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_dirty_log.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_enable_cap.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_extensions.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_hint.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_ioevent.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_irqfd.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_msr_index_list.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_net_config.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_supported_cpuid.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_vcpu_pause.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugin_vm_state.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
plugins.rs Rename "unix" to "linux" in code and docs 2023-10-11 01:15:07 +00:00
vfs_crypto.c Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00