Searched refs:fc_node (Results 1 – 2 of 2) sorted by relevance
2444 static void semanage_fc_find_meta(semanage_file_context_node_t * fc_node) in semanage_fc_find_meta() argument2449 fc_node->meta = -1; in semanage_fc_find_meta()2454 while (fc_node->path[c] != '\0') { in semanage_fc_find_meta()2455 switch (fc_node->path[c]) { in semanage_fc_find_meta()2466 fc_node->meta = c - escape_chars; in semanage_fc_find_meta()
966 Node* fc_node = graph->NewNode(); in ParseBasic() local967 fc_node->operation.type = ToString(OperationType::FULLY_CONNECTED); in ParseBasic()970 fc_node->operation.attributes = std::move(fc_attr); in ParseBasic()991 RETURN_IF_ERROR(graph->AddConsumer(fc_node->id, concat_temp->id)); in ParseBasic()992 RETURN_IF_ERROR(graph->SetProducer(fc_node->id, activ_temp->id)); in ParseBasic()