Home
last modified time | relevance | path

Searched refs:chown_file (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp66 static uint32_t chown_file(Platform *platform, const char *path, in chown_file() function
114 if (chown_file(this, dst_path.c_str(), uid, gid) != 0) in PutFile()