Searched refs:con (Results 1 – 5 of 5) sorted by relevance
102 char *con = nullptr; in SetSelinuxLabel() local103 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()
327 char *con = nullptr; in OnFileOpen() local328 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() local438 getfilecon(path.c_str(), &con); in GetSubFilesRecursively()439 if (con != nullptr) { in GetSubFilesRecursively()440 mode.context = con; in GetSubFilesRecursively()[all …]
152 char *con = nullptr; in SetSelinuxLabel() local153 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()
131 for (byte con : content) { in write()132 out.write(con); in write()
112852 const struct consw *con; member112944 struct console *con; member