Lines Matching refs:con
327 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()
441 freecon(con); in GetSubFilesRecursively()