Home
last modified time | relevance | path

Searched full:chown (Results 1 – 21 of 21) sorted by relevance

/llvm-project/.github/workflows/
H A Drelease-binaries.yml
H A Dbuild-ci-container.yml
/llvm-project/libc/utils/buildbot/
H A DDockerfile35 ADD --chown=buildbot:buildbot run.sh .
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp76 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 Dapple-install-libcxx.sh179 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 Demulator-entrypoint.sh16 sudo chown emulator:emulator /dev/kvm
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsignal-handler.rst60 ``chown``, ``clock_gettime``, ``close``, ``connect``, ``creat``, ``dup``,
/llvm-project/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup85 … -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 Dbuild-install-linux.sh68 sudo chown ${USER} $1
/llvm-project/clang/test/Analysis/Inputs/
H A Dstd-c-library-functions-POSIX.h96 int chown(const char *path, uid_t owner, gid_t group);
/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll258 ; CHECK: declare void @chown(...)
259 declare void @chown(...)
H A Dannotate.ll324 ; 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 DSignalHandlerCheck.cpp43 "chown",
/llvm-project/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c75 // CHECK: Loaded summary for: int chown(const char *path, uid_t owner, gid_t group)
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1063 /// 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 DTargetLibraryInfoTest.cpp162 "declare i32 @chown(i8*, i32, i32)\n" in TEST_F()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1543 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 Dsanitizer_syscalls_netbsd.inc235 PRE_SYSCALL(chown)(void *path_, long long uid_, long long gid_) {
241 POST_SYSCALL(chown)
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp2751 // 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 Dlibc_ubuntu1404_abilist.txt1466 fun:chown=uninstrumented
/llvm-project/compiler-rt/utils/
H A Dgenerate_netbsd_syscalls.awk669 } else if (syscall == "chown") {