Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dasync_cmd.cpp102 char *con = nullptr; in SetSelinuxLabel() local
103 if (getcon(&con) != 0) { in SetSelinuxLabel()
106 if ((strcmp(con, "u:r:hdcd:s0") != 0) && (strcmp(con, "u:r:updater:s0") != 0)) { in SetSelinuxLabel()
107 freecon(con); in SetSelinuxLabel()
111 freecon(con); in SetSelinuxLabel()
Dtransfer.cpp327 char *con = nullptr; in OnFileOpen() local
328 getfilecon(context->localPath.c_str(), &con); in OnFileOpen()
329 if (con != nullptr) { in OnFileOpen()
330 context->fileMode.context = con; in OnFileOpen()
331 WRITE_LOG(LOG_DEBUG, "getfilecon context = %s", con); in OnFileOpen()
332 freecon(con); in OnFileOpen()
437 char *con = nullptr; in GetSubFilesRecursively() local
438 getfilecon(path.c_str(), &con); in GetSubFilesRecursively()
439 if (con != nullptr) { in GetSubFilesRecursively()
440 mode.context = con; in GetSubFilesRecursively()
[all …]
/developtools/hdc/src/daemon/
Dshell.cpp152 char *con = nullptr; in SetSelinuxLabel() local
153 if (getcon(&con) != 0) { in SetSelinuxLabel()
156 if ((strcmp(con, "u:r:hdcd:s0") != 0) && (strcmp(con, "u:r:updater:s0") != 0)) { in SetSelinuxLabel()
157 freecon(con); in SetSelinuxLabel()
161 freecon(con); in SetSelinuxLabel()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java131 for (byte con : content) { in write()
132 out.write(con); in write()
/developtools/profiler/hiebpf/include/
Dvmlinux.h112852 const struct consw *con; member
112944 struct console *con; member