/llvm-project/.github/workflows/ |
H A D | release-binaries.yml |
|
H A D | build-ci-container.yml |
|
/llvm-project/libc/utils/buildbot/ |
H A D | Dockerfile | 35 ADD --chown=buildbot:buildbot run.sh .
|
/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 76 return 0; // pretend I did chown correctly - actually I just didn't care in chown_file() 79 command.PutCString("chown "); in chown_file() 101 // chown uid:gid dst in PutFile() 118 return Status::FromErrorString("unable to perform chown"); in PutFile() 145 // Don't chown a local file for a remote system in PutFile() 148 // chown"); in PutFile()
|
/llvm-project/libcxx/utils/ci/ |
H A D | apple-install-libcxx.sh | 179 if [[ $EUID -eq 0 ]]; then # Only chown if we're running as root 180 chown -R root:wheel "${install_dir}/usr/include"
|
/llvm-project/libcxx/utils/ci/vendor/android/ |
H A D | emulator-entrypoint.sh | 16 sudo chown emulator:emulator /dev/kvm
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
H A D | signal-handler.rst | 60 ``chown``, ``clock_gettime``, ``close``, ``connect``, ``creat``, ``dup``,
|
/llvm-project/compiler-rt/lib/asan/scripts/ |
H A D | asan_device_setup | 85 … -f \\\"$1\\\" ] && cat \\\"$1\\\" > \\\"/data/local/tmp/$FILENAME\\\" && chown root.shell \\\"/da… 390 adb_shell chown root.shell "$_to/$_basename"
|
/llvm-project/llvm/utils/crosstool/ARM/ |
H A D | build-install-linux.sh | 68 sudo chown ${USER} $1
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | std-c-library-functions-POSIX.h | 96 int chown(const char *path, uid_t owner, gid_t group);
|
/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
H A D | no-proto.ll | 258 ; CHECK: declare void @chown(...) 259 declare void @chown(...)
|
H A D | annotate.ll | 324 ; CHECK: declare noundef i32 @chown(ptr noundef readonly captures(none), i32 noundef, i32 noundef) [[NOFREE_NOUNWIND]] 325 declare i32 @chown(ptr, i32, i32)
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SignalHandlerCheck.cpp | 43 "chown",
|
/llvm-project/clang/test/Analysis/ |
H A D | std-c-library-functions-POSIX.c | 75 // CHECK: Loaded summary for: int chown(const char *path, uid_t owner, gid_t group)
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1063 /// int chown(const char *path, uid_t owner, gid_t group); 1064 TLI_DEFINE_ENUM_INTERNAL(chown) 1065 TLI_DEFINE_STRING_INTERNAL("chown")
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | TargetLibraryInfoTest.cpp | 162 "declare i32 @chown(i8*, i32, i32)\n" in TEST_F()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1543 PRE_SYSCALL(chown)(const void *filename, long user, long group) { 1549 POST_SYSCALL(chown)(long res, const void *filename, long user, long group) {}
|
H A D | sanitizer_syscalls_netbsd.inc | 235 PRE_SYSCALL(chown)(void *path_, long long uid_, long long gid_) { 241 POST_SYSCALL(chown)
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 2751 // int chown(const char *path, uid_t owner, gid_t group); in initFunctionSummaries() 2753 "chown", in initFunctionSummaries()
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1466 fun:chown=uninstrumented
|
/llvm-project/compiler-rt/utils/ |
H A D | generate_netbsd_syscalls.awk | 669 } else if (syscall == "chown") {
|